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
5 lines
59 B
Nix
5 lines
59 B
Nix
{
|
|
empty = {
|
|
plugins.easyescape.enable = true;
|
|
};
|
|
}
|