Redo python LSP config

This commit is contained in:
albert 2024-02-16 17:56:55 +09:00
parent 2547e2c619
commit 70de88bf6c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -21,6 +21,11 @@
enabled = true; enabled = true;
preview = true; preview = true;
}; };
jedi_completion = {
enabled = true;
fuzzy = true;
};
pylint.enabled = true;
}; };
}; };
}; };