Enable lsp in js2 mode

This commit is contained in:
Adam Goldsmith 2019-02-19 01:56:47 -05:00
parent edf27ea51c
commit fa66765d3b
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@
(use-package flycheck :ensure)
(use-package lsp-mode :ensure
:hook ((python-mode html-mode web-mode css-mode) . lsp)
:hook ((python-mode html-mode web-mode css-mode js2-mode) . lsp)
:config
(setq lsp-prefer-flymake nil)
(use-package lsp-clients :demand)