nixvim/config/treesitter.nix

6 lines
53 B
Nix
Raw Normal View History

2024-08-20 05:43:03 +00:00
{
plugins.treesitter = {
enable = true;
};
}