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";
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";