feat: added some helix settings

This commit is contained in:
Nick 2024-12-14 14:35:37 -06:00
parent 392ed1c16f
commit 951928150e
2 changed files with 21 additions and 8 deletions

View file

@ -6,11 +6,6 @@
formatter.command = "alejandra"; formatter.command = "alejandra";
name = "nix"; name = "nix";
} }
{
auto-format = true;
formatter.command = "haskell";
name = "haskell";
}
{ {
auto-format = true; auto-format = true;
formatter.command = "cssfmt"; formatter.command = "cssfmt";
@ -18,14 +13,32 @@
} }
{ {
auto-format = true; auto-format = true;
formatter.command = "yuck"; language-servers = ["elm-language-server"];
name = "yuck"; name = "elm";
}
{
auto-format = true;
formatter.command = "haskell";
name = "haskell";
} }
{ {
auto-format = true; auto-format = true;
formatter.command = "yamlfmt"; formatter.command = "yamlfmt";
name = "yaml"; name = "yaml";
} }
{
auto-format = true;
formatter.command = "yuck";
name = "yuck";
}
]; ];
language-server = {
elm-language-server = {
config.elmLS = {
disableElmLSDiagnostics = true;
elmReviewDiagnostics = "warning";
};
};
};
}; };
} }

View file

@ -3,7 +3,7 @@
editor = { editor = {
mouse = true; mouse = true;
auto-format = true; auto-format = true;
soft-wrap = true; soft-wrap.enable = true;
auto-save = true; auto-save = true;
line-number = "relative"; line-number = "relative";
lsp = { lsp = {