feat: highlight definitions
This commit is contained in:
parent
e08990b2db
commit
82cdcb7b9f
|
@ -18,4 +18,12 @@
|
|||
# Install all grammar packages.
|
||||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
};
|
||||
|
||||
plugins.treesitter-refactor = {
|
||||
enable = true;
|
||||
|
||||
highlightDefinitions = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue