nix/nixvim/config/treesitter.nix

6 lines
53 B
Nix
Raw Normal View History

2024-07-27 20:09:00 +02:00
{
plugins.treesitter = {
enable = true;
};
}