home/jan: remove default pylsp settings
This commit is contained in:
parent
be710ef363
commit
ffc405badf
1 changed files with 1 additions and 7 deletions
|
@ -66,13 +66,7 @@ let
|
||||||
"cargo.autoreload" = true;
|
"cargo.autoreload" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pylsp = {
|
pylsp = { };
|
||||||
plugins = {
|
|
||||||
pycodestyle = {
|
|
||||||
maxLineLength = 100;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
lualine.settings = {
|
lualine.settings = {
|
||||||
|
|
Loading…
Reference in a new issue