feat: fix helix syntax error
This commit is contained in:
parent
97c8a8b2b9
commit
b241067fae
1 changed files with 5 additions and 17 deletions
14
home.nix
14
home.nix
|
|
@ -124,24 +124,12 @@
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
lsp.display-inlay-hints = true;
|
lsp.display-inlay-hints = true;
|
||||||
};
|
|
||||||
};
|
|
||||||
languages = {
|
|
||||||
language =
|
|
||||||
map
|
|
||||||
(name: {
|
|
||||||
inherit name;
|
|
||||||
end-of-line-diagnostics = "hint";
|
end-of-line-diagnostics = "hint";
|
||||||
inline-diagnostics = {
|
inline-diagnostics = {
|
||||||
cursor-line = "hint";
|
cursor-line = "hint";
|
||||||
other-lines = "hint";
|
other-lines = "hint";
|
||||||
};
|
};
|
||||||
})
|
};
|
||||||
[
|
|
||||||
"rust"
|
|
||||||
"typescript"
|
|
||||||
"nix"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue