mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
fix yamlfmt; add r treesitter
This commit is contained in:
parent
6be5498632
commit
b30badae8b
4 changed files with 3 additions and 15 deletions
|
|
@ -118,6 +118,7 @@
|
|||
shellcheck.command = lib.getExe pkgs.shellcheck;
|
||||
shellharden.command = lib.getExe pkgs.shellharden;
|
||||
stylua.command = lib.getExe pkgs.stylua;
|
||||
yamlfmt.command = lib.getExe pkgs.yamlfmt;
|
||||
latexindent.prepend_args = [ ''-y="defaultIndent=' '"'' ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"glsl"
|
||||
"css"
|
||||
"hyprlang"
|
||||
"r"
|
||||
];
|
||||
settings.highlight.enable = true;
|
||||
settings.indent.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue