mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript: if lsp fails, fallback to tide
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
(package! skewer-mode)
|
||||
|
||||
;; Programming environment
|
||||
(unless (featurep! +lsp)
|
||||
(package! tide))
|
||||
(package! tide)
|
||||
(when (featurep! :tools lookup)
|
||||
(package! xref-js2))
|
||||
|
Reference in New Issue
Block a user