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
1 changed files with 1 additions and 7 deletions

View File

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