mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added some helix settings
This commit is contained in:
parent
392ed1c16f
commit
951928150e
2 changed files with 21 additions and 8 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue