Files
nixos/home/nvim/plugins/treesitter.nix
2025-04-10 11:26:13 +02:00

12 lines
136 B
Nix

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