diff --git a/init.el b/init.el index bd117f6..96721ef 100644 --- a/init.el +++ b/init.el @@ -900,7 +900,12 @@ (setq eglot-stay-out-of '(flymake)) :config (setq-default eglot-workspace-configuration - '( :pylsp ( :plugins + '( :nil ( :nix + ( :maxMemoryMB nil + :flake + ( :autoArchive t + :nixpkgsInputName "nixpkgs"))) + :pylsp ( :plugins ( :autopep8 (:enabled nil) :flake8 (:enabled nil) :jedi_completion ( :enabled t @@ -919,17 +924,7 @@ :rope_autoimport ( :completions (:enabled t) :code_actions (:enabled t)) :rope_completion (:enabled t) - :yapf (:enabled nil))) - :pyright (:python - (:analysis - ( :autoSearchPaths t - :diagnosticMode "openFilesOnly" - :useLibraryCodeForTypes t))) - :nil ( :nix - ( :maxMemoryMB nil - :flake - ( :autoArchive t - :nixpkgsInputName "nixpkgs"))))) + :yapf (:enabled nil))))) ) (use-package apheleia