nixvim/config/treesitter.nix
2024-08-20 17:07:45 +08:00

5 lines
53 B
Nix

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