relax flycheck

This commit is contained in:
Jesús 2022-01-16 22:01:53 -05:00
parent 38e92905e3
commit d486156ba8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
:ensure t :ensure t
:defer 20 :defer 20
:hook ((js2-mode . (lambda () :hook ((js2-mode . (lambda ()
(flycheck-mode)
(company-mode)))) (company-mode))))
:mode (("\\.js\\'" . js2-mode)) :mode (("\\.js\\'" . js2-mode))
:custom :custom

View File

@ -22,6 +22,7 @@
"--tsProbeLocations" "--tsProbeLocations"
(concat "~" "virtualenvs/ndjs/lib/node_modules") (concat "~" "virtualenvs/ndjs/lib/node_modules")
"--stdio")) "--stdio"))
(lsp-diagnostics-provider :none)
:commands (lsp lsp-deferred)) :commands (lsp lsp-deferred))
;; require install language server for Angular ;; require install language server for Angular