Let's try this config for helix and ruff
This commit is contained in:
parent
2011519216
commit
ee2bfcf24f
|
@ -35,10 +35,7 @@
|
|||
language-id = "python";
|
||||
auto-format = true;
|
||||
file-types = ["py"];
|
||||
language-servers = ["python-lsp"];
|
||||
formatter = {
|
||||
command = "ruff";
|
||||
};
|
||||
language-servers = ["ruff"];
|
||||
}
|
||||
{
|
||||
name = "typst";
|
||||
|
@ -69,8 +66,8 @@
|
|||
}
|
||||
];
|
||||
language-server = {
|
||||
python-lsp = {
|
||||
command = "pylsp";
|
||||
ruff = {
|
||||
command = "ruff-lsp";
|
||||
};
|
||||
typst-lsp = {
|
||||
command = "typst-lsp";
|
||||
|
|
Loading…
Reference in a new issue