Enable specific LSP plugins in Emacs dir-locals

This commit is contained in:
Roger Gonzalez 2024-12-04 11:45:23 -03:00
parent d177812270
commit 7106991a04
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
((python-mode . ((lsp-pylsp-plugins-ruff-enabled . t)
(lsp-pylsp-plugins-pydocstyle-enabled . nil)
(lsp-pylsp-plugins-flake8-enabled . nil)
(lsp-pylsp-plugins-mypy-enabled . t))))