This commit is contained in:
Tao Tien 2025-02-18 00:47:26 -08:00
parent 86438e6a1c
commit 1c8250e0ba

View file

@ -62,21 +62,25 @@
}; };
languages = { languages = {
use-grammars.only = [ use-grammars.only = [
"rust" "bash"
"c" "c"
"cpp" "cpp"
"typst"
"nix"
"html"
"toml"
"markdown"
"just"
"bash"
"gas" "gas"
"sql" "html"
"just"
"markdown"
"nix"
"rust"
"scheme" "scheme"
"sql"
"toml"
"typst"
]; ];
language = [ language = [
{
name = "typst";
text-width = "100";
}
{ {
name = "sql"; name = "sql";
language-servers = ["sqls"]; language-servers = ["sqls"];