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