nixvim uiua syntax highlighting with treesitter

This commit is contained in:
2025-09-12 15:50:53 +02:00
parent bb41165280
commit f5e597eda6

View File

@@ -653,6 +653,13 @@ in
treesitter = {
enable = true;
settings = {
highlight.enable = true;
indent.enable = true;
};
grammarPackages = with pkgs.tree-sitter-grammars; [
tree-sitter-uiua
];
};
undotree.enable = true;