home/jan: remove default pylsp settings

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-15 12:44:19 +03:00
parent be710ef363
commit ffc405badf
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -66,13 +66,7 @@ let
"cargo.autoreload" = true;
};
};
pylsp = {
plugins = {
pycodestyle = {
maxLineLength = 100;
};
};
};
pylsp = { };
};
};
lualine.settings = {