mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript: remove xref-js2 (superceded by tide)
This commit is contained in:
@ -75,13 +75,6 @@
|
|||||||
:n "r" #'+javascript/refactor-menu))
|
:n "r" #'+javascript/refactor-menu))
|
||||||
|
|
||||||
|
|
||||||
;; 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
|
|
||||||
:when (featurep! :feature lookup)
|
|
||||||
:commands xref-js2-xref-backend)
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! nodejs-repl :commands nodejs-repl)
|
(def-package! nodejs-repl :commands nodejs-repl)
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,6 +14,3 @@
|
|||||||
(package! typescript-mode)
|
(package! typescript-mode)
|
||||||
(package! web-beautify)
|
(package! web-beautify)
|
||||||
|
|
||||||
(when (featurep! :feature lookup)
|
|
||||||
(package! xref-js2))
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user