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)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
kubectl
|
||||
nodejs_18
|
||||
pass
|
||||
python311Packages.python-lsp-server
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
texliveMedium
|
||||
|
|
@ -85,6 +86,7 @@
|
|||
org-modern
|
||||
ox-gfm
|
||||
pulsar
|
||||
pyvenv
|
||||
rainbow-delimiters
|
||||
rainbow-mode
|
||||
restclient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue