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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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))