Tell LSP to use flycheck over flymake

This commit is contained in:
Jeremy Dormitzer 2020-01-07 12:17:20 -05:00
parent bc6002801b
commit d398533396

View File

@ -1682,6 +1682,8 @@ Emacs support for the Language Server Protocol
#+BEGIN_SRC emacs-lisp
(use-package lsp-mode
:config
(setq lsp-prefer-flymake nil)
:commands lsp-mode)
(use-package company-lsp