mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/treesitter: move to by-name
This commit is contained in:
parent
8815180c62
commit
4491ce4db2
18 changed files with 0 additions and 8 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