Eglot remove "nil" config since I don't use it anymore
This commit is contained in:
parent
e31be91315
commit
9d5e1011ef
|
@ -1387,12 +1387,7 @@ Configure email with iCalendar event support, to integrate with
|
||||||
(setq eglot-stay-out-of '(flymake))
|
(setq eglot-stay-out-of '(flymake))
|
||||||
:config
|
:config
|
||||||
(setq-default eglot-workspace-configuration
|
(setq-default eglot-workspace-configuration
|
||||||
'( :nil ( :nix
|
'( :pylsp ( :plugins
|
||||||
( :maxMemoryMB nil
|
|
||||||
:flake
|
|
||||||
( :autoArchive t
|
|
||||||
:nixpkgsInputName "nixpkgs")))
|
|
||||||
:pylsp ( :plugins
|
|
||||||
( :autopep8 (:enabled nil)
|
( :autopep8 (:enabled nil)
|
||||||
:flake8 (:enabled nil)
|
:flake8 (:enabled nil)
|
||||||
:jedi_completion ( :enabled t
|
:jedi_completion ( :enabled t
|
||||||
|
|
Loading…
Reference in a new issue