mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
- Added "empty" test for: - autoclose - commentary - easyescape - floaterm - fugitive - gitmessenger - intellitab - nvim-bqf - nvim-colorizer - surround - treesitter-refactor - vim-matchup
9 lines
166 B
Nix
9 lines
166 B
Nix
{
|
|
empty = {
|
|
plugins = {
|
|
treesitter-refactor.enable = true;
|
|
# Also needs treesitter, to avoid warnings
|
|
treesitter.enable = true;
|
|
};
|
|
};
|
|
}
|