Update web LSP completion engine
This commit is contained in:
parent
00fba7cba5
commit
bd676f6e54
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
|
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
|
||||||
|
|
||||||
(add-to-list (make-local-variable 'company-backends)
|
(add-to-list (make-local-variable 'company-backends)
|
||||||
'(company-yasnippet capf))
|
'(company-capf company-yasnippet))
|
||||||
|
|
||||||
(when (string-match-p "jsx" (buffer-file-name))
|
(when (string-match-p "jsx" (buffer-file-name))
|
||||||
(lsp))
|
(lsp))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue