Install pyflakes
This commit is contained in:
parent
e77ac9b123
commit
aac55d28ef
2 changed files with 4 additions and 1 deletions
|
|
@ -157,7 +157,9 @@
|
|||
eglot-send-idle-time 0.1)
|
||||
(add-to-list 'eglot-server-programs '(swift-mode . ("xcrun" "sourcekit-lsp")))
|
||||
(add-to-list 'eglot-server-programs '(swift-ts-mode . ("xcrun" "sourcekit-lsp")))
|
||||
(add-to-list 'eglot-server-programs '(nix-mode . ("nixd"))))
|
||||
(add-to-list 'eglot-server-programs '(nix-mode . ("nixd")))
|
||||
(add-to-list 'eglot-server-programs '(python-mode . ("pylsp")))
|
||||
(add-to-list 'eglot-server-programs '(python-ts-mode . ("pylsp"))))
|
||||
|
||||
(use-package emacs
|
||||
:ensure nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue