Install python-lsp-server and pyvenv
This commit is contained in:
parent
c8f77f08a4
commit
3c010a6c84
2 changed files with 5 additions and 0 deletions
|
|
@ -160,7 +160,10 @@
|
|||
(use-package eglot
|
||||
:hook
|
||||
(swift-mode . eglot-ensure)
|
||||
(swift-ts-mode . eglot-ensure)
|
||||
(nix-mode . eglot-ensure)
|
||||
(python-mode . eglot-ensure)
|
||||
(python-ts-mode . eglot-ensure)
|
||||
:config
|
||||
(setq eglot-autoshutdown t
|
||||
eglot-send-idle-time 0.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue