Fix flycheck in lsp-mode

This commit is contained in:
Wojciech Kozlowski 2020-04-09 14:08:50 +02:00
parent 3db600b630
commit d3bc307fc6

View File

@ -306,7 +306,8 @@
:commands lsp-ui-mode :commands lsp-ui-mode
:init :init
(setq lsp-ui-doc-enable nil (setq lsp-ui-doc-enable nil
lsp-prefer-flymake nil lsp-diagnostic-package :flycheck
lsp-flycheck-live-reporting nil
lsp-ui-sideline-enable nil) lsp-ui-sideline-enable nil)
:config :config
(define-key lsp-ui-mode-map (define-key lsp-ui-mode-map