nixos/home/common/core/nixvim/plugins/treesitter.nix

6 lines
69 B
Nix

{
programs.nixvim.plugins.treesitter = {
enable = true;
};
}