nix-community.nixvim/tests/test-sources/plugins/by-name/ts-context-commentstring/default.nix
2024-09-09 11:50:39 +01:00

10 lines
153 B
Nix

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