Enable pytlint with lsp

This commit is contained in:
Andreas Zweili 2023-06-02 14:47:11 +02:00
parent 6a15277879
commit a3af0cde88
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
:config
(lsp-treemacs-sync-mode 1)
(setq company-minimum-prefix-length 1
company-idle-delay 0.0) ;; default is 0.2
company-idle-delay 0.0 ;; default is 0.2
lsp-pylsp-plugins-pylint-enabled t)
:commands lsp)
;; optionally