Let's try this config for helix and ruff

This commit is contained in:
Lillian Violet 2024-04-27 16:43:54 +02:00
parent 2011519216
commit ee2bfcf24f

View file

@ -35,10 +35,7 @@
language-id = "python"; language-id = "python";
auto-format = true; auto-format = true;
file-types = ["py"]; file-types = ["py"];
language-servers = ["python-lsp"]; language-servers = ["ruff"];
formatter = {
command = "ruff";
};
} }
{ {
name = "typst"; name = "typst";
@ -69,8 +66,8 @@
} }
]; ];
language-server = { language-server = {
python-lsp = { ruff = {
command = "pylsp"; command = "ruff-lsp";
}; };
typst-lsp = { typst-lsp = {
command = "typst-lsp"; command = "typst-lsp";