💥 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
|
@ -45,7 +45,9 @@
|
|||
|
||||
;; A find-{definition,references} backend for js2-mode. NOTE The xref API is
|
||||
;; unstable and may break with an Emacs update.
|
||||
(def-package! xref-js2 :commands xref-js2-xref-backend)
|
||||
(def-package! xref-js2
|
||||
:when (featurep! :feature lookup)
|
||||
:commands xref-js2-xref-backend)
|
||||
|
||||
|
||||
(def-package! nodejs-repl :commands nodejs-repl)
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
(when (featurep! :completion company)
|
||||
(package! company-tern))
|
||||
|
||||
(when (featurep! :feature jump)
|
||||
(when (featurep! :feature lookup)
|
||||
(package! xref-js2))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue