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