feat(helix): add python lsp and formatter
This commit is contained in:
parent
72f7a0bba9
commit
7ab0c189b4
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
jdt-language-server
|
||||
bash-language-server
|
||||
marksman
|
||||
python3Packages.python-lsp-server
|
||||
];
|
||||
languages.language = [
|
||||
{
|
||||
|
@ -122,6 +123,11 @@
|
|||
auto-format = true;
|
||||
formatter.command = "${pkgs.rustfmt}/bin/rustfmt";
|
||||
}
|
||||
{
|
||||
name = "python";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.yapf}/bin/yapf";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue