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,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"
];
}; };
}; };