home/nvim: add pylsp
This commit is contained in:
parent
0620f8d9f4
commit
eb697a4396
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@ let
|
|||
"cargo.autoreload" = true;
|
||||
};
|
||||
};
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
maxLineLength = 100;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
lualine.settings = {
|
||||
|
|
Loading…
Reference in a new issue