Silence pylsp error messages

This commit is contained in:
Ohad Livne 2025-06-04 22:44:50 +03:00
parent 11f585fa11
commit adb16b40de
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -136,7 +136,9 @@
(use-package lsp-mode
: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
:straight (:type built-in)