Files
nix-config/home/autumn/programs/nvim/plugins/treesitter.nix
T
2025-12-01 17:54:36 -05:00

11 lines
160 B
Nix

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