mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
10 lines
166 B
Nix
10 lines
166 B
Nix
|
{
|
||
|
empty = {
|
||
|
plugins = {
|
||
|
treesitter-refactor.enable = true;
|
||
|
# Also needs treesitter, to avoid warnings
|
||
|
treesitter.enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|