Redo python LSP config
This commit is contained in:
parent
2547e2c619
commit
70de88bf6c
1 changed files with 72 additions and 67 deletions
|
@ -21,6 +21,11 @@
|
|||
enabled = true;
|
||||
preview = true;
|
||||
};
|
||||
jedi_completion = {
|
||||
enabled = true;
|
||||
fuzzy = true;
|
||||
};
|
||||
pylint.enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue