feat: highlight definitions

This commit is contained in:
♥ Minnie ♥ 2025-04-09 22:51:16 +08:00
parent e08990b2db
commit 82cdcb7b9f
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -18,4 +18,12 @@
# Install all grammar packages.
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
};
plugins.treesitter-refactor = {
enable = true;
highlightDefinitions = {
enable = true;
};
};
}