💥 Replace feature/jump with feature/lookup
+ Adds Dash docset integration (with helm or ivy support) + Adds devdocs.io integration + Three new settings: :lookup, :devdocs and :docset
This commit is contained in:
parent
4af4803e0b
commit
1371d34149
14 changed files with 666 additions and 284 deletions
17
modules/feature/lookup/packages.el
Normal file
17
modules/feature/lookup/packages.el
Normal file
|
@ -0,0 +1,17 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; feature/lookup/packages.el
|
||||
|
||||
(package! dumb-jump)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-xref))
|
||||
|
||||
(when (featurep! +docsets)
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-dash))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-dash)))
|
||||
|
||||
(when (featurep! +devdocs)
|
||||
(package! devdocs))
|
Loading…
Add table
Add a link
Reference in a new issue