nv/config/languages/treesitter/treesitter-context-commentstring.nix

7 lines
106 B
Nix
Raw Normal View History

2024-03-04 14:29:35 +00:00
{
plugins.ts-context-commentstring = {
enable = true;
disableAutoInitialization = false;
};
}