feat: fix helix syntax error

This commit is contained in:
Jet Pham 2026-03-09 15:51:57 -07:00
parent 97c8a8b2b9
commit b241067fae
No known key found for this signature in database

View file

@ -124,25 +124,13 @@
line-number = "relative"; line-number = "relative";
lsp.display-messages = true; lsp.display-messages = true;
lsp.display-inlay-hints = 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 = { programs.zellij = {