lang/javascript: if lsp fails, fallback to tide

This commit is contained in:
Henrik Lissner
2019-05-04 18:54:20 -04:00
parent 47f0f77d91
commit e5c8ced1a6
2 changed files with 16 additions and 15 deletions

View File

@ -17,7 +17,6 @@
(package! skewer-mode)
;; Programming environment
(unless (featurep! +lsp)
(package! tide))
(package! tide)
(when (featurep! :tools lookup)
(package! xref-js2))