Tell LSP to use flycheck over flymake
This commit is contained in:
parent
bc6002801b
commit
d398533396
@ -1682,6 +1682,8 @@ Emacs support for the Language Server Protocol
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
|
:config
|
||||||
|
(setq lsp-prefer-flymake nil)
|
||||||
:commands lsp-mode)
|
:commands lsp-mode)
|
||||||
|
|
||||||
(use-package company-lsp
|
(use-package company-lsp
|
||||||
|
Loading…
Reference in New Issue
Block a user