nix-community.nixvim/tests/test-sources/plugins/by-name/ts-context-commentstring/default.nix

11 lines
153 B
Nix
Raw Normal View History

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