diff --git a/README.org b/README.org index 7b8a822..c89794d 100644 --- a/README.org +++ b/README.org @@ -805,11 +805,12 @@ Set treesit to fontify all elements, default was 3 (out of 4) :features "all"))))) (add-to-list 'eglot-server-programs `((python-ts-mode python-mode) - . ("jedi-language-server" + . ("pylsp" :initializationOptions - ( :diagnostics ( :enable nil) - :hover ( :enable t) - :jediSettings ( :autoImportModules ["numpy"])))))) + ( :pylsp + ( :plugins + ( :ruff ( :enabled t + :extendSelect ["I" "W" "C901"])))))))) #+end_src ** Apheleia formatting