Files
nixvim/config/plugins/treesitter.nix
2026-02-08 10:16:40 +01:00

12 lines
120 B
Nix

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