Remove pylsp config from eglot-workspace-configuration
This commit is contained in:
parent
33d98328ef
commit
a043994bf6
30
init.el
30
init.el
|
@ -880,31 +880,11 @@
|
||||||
(setq eglot-stay-out-of '(flymake))
|
(setq eglot-stay-out-of '(flymake))
|
||||||
:config
|
:config
|
||||||
(setq-default eglot-workspace-configuration
|
(setq-default eglot-workspace-configuration
|
||||||
'( :pylsp ( :plugins
|
'(:nil ( :nix
|
||||||
( :autopep8 (:enabled nil)
|
( :maxMemoryMB nil
|
||||||
:flake8 (:enabled nil)
|
:flake
|
||||||
:jedi_completion ( :enabled t
|
( :autoArchive t
|
||||||
:include_params t
|
:nixpkgsInputName "nixpkgs")))))
|
||||||
:include_class_objects t
|
|
||||||
:include_function_objects t
|
|
||||||
:fuzzy t)
|
|
||||||
:jedi_definition (:enabled t)
|
|
||||||
:jedi_hover (:enabled t)
|
|
||||||
:mccabe (:enabled nil)
|
|
||||||
:preload (:enabled nil)
|
|
||||||
:pycodestyle (:enabled nil)
|
|
||||||
:pydocstyle (:enabled nil)
|
|
||||||
:pyflakes (:enabled nil)
|
|
||||||
:pylint (:enabled nil)
|
|
||||||
:rope_autoimport ( :completions (:enabled t)
|
|
||||||
:code_actions (:enabled t))
|
|
||||||
:rope_completion (:enabled t)
|
|
||||||
:yapf (:enabled nil)))
|
|
||||||
:nil ( :nix
|
|
||||||
( :maxMemoryMB nil
|
|
||||||
:flake
|
|
||||||
( :autoArchive t
|
|
||||||
:nixpkgsInputName "nixpkgs")))))
|
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package apheleia
|
(use-package apheleia
|
||||||
|
|
Loading…
Reference in a new issue