nix-community.nixvim/tests/test-sources/plugins/languages/treesitter/ts-context-commentstring.nix
2023-06-01 16:14:25 +02:00

10 lines
153 B
Nix

{
empty = {
plugins = {
treesitter.enable = true;
ts-context-commentstring.enable = true;
};
};
# This plugin has no option
}