plugins/ts-context-commentstring: init + test

This commit is contained in:
Gaetan Lepage 2023-06-01 10:39:33 +02:00 committed by Gaétan Lepage
parent eb6b49b396
commit 8f00594b25
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
empty = {
plugins = {
treesitter.enable = true;
ts-context-commentstring.enable = true;
};
};
# This plugin has no option
}