LSP for python
This commit is contained in:
parent
05d2a4c554
commit
115799ba5b
1 changed files with 2 additions and 1 deletions
|
|
@ -359,7 +359,8 @@
|
|||
(use-package eglot :ensure
|
||||
:commands (eglot-ensure eglot)
|
||||
:hook
|
||||
(python-mode . eglot-ensure)
|
||||
;; 2023-06-26 Using LSP mode for python these days.
|
||||
;; (python-mode . eglot-ensure)
|
||||
(rust-mode . eglot-ensure)
|
||||
(c++-mode . eglot-ensure)
|
||||
(c-mode . eglot-ensure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue