mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/ts-context-commentstring: init + test
This commit is contained in:
parent
eb6b49b396
commit
8f00594b25
3 changed files with 48 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
empty = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
ts-context-commentstring.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# This plugin has no option
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue