Files
nixvim/config/plugins/treesitter.nix

12 lines
138 B
Nix

{ ... }:
{
plugins.treesitter = {
enable = true;
settings = {
highlight = {
enable = true;
};
};
};
}