Silence pylsp error messages
This commit is contained in:
parent
11f585fa11
commit
adb16b40de
1 changed files with 3 additions and 1 deletions
|
|
@ -136,7 +136,9 @@
|
||||||
|
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
:init
|
:init
|
||||||
(setq lsp-keymap-prefix "C-z l"))
|
(setq lsp-keymap-prefix "C-z l")
|
||||||
|
:custom
|
||||||
|
(lsp-pylsp-plugins-flake8-enabled nil))
|
||||||
|
|
||||||
(use-package flymake
|
(use-package flymake
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue