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;
|
||||
};
|
||||
};
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
maxLineLength = 100;
|
||||
};
|
||||
};
|
||||
};
|
||||
pylsp = { };
|
||||
};
|
||||
};
|
||||
lualine.settings = {
|
||||
|
|
Loading…
Reference in a new issue