diff --git a/home/modules/editor.nix b/home/modules/editor.nix index f9b7f68..35eabab 100644 --- a/home/modules/editor.nix +++ b/home/modules/editor.nix @@ -66,13 +66,7 @@ let "cargo.autoreload" = true; }; }; - pylsp = { - plugins = { - pycodestyle = { - maxLineLength = 100; - }; - }; - }; + pylsp = { }; }; }; lualine.settings = {