home/nvim: add pylsp

This commit is contained in:
Dmitriy Pleshevskiy 2023-05-24 10:37:36 +03:00
parent 0620f8d9f4
commit eb697a4396
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 7 additions and 0 deletions

View File

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