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
60 B
Nix
5 lines
60 B
Nix
{
|
|
empty = {
|
|
plugins.intellitab.enable = false;
|
|
};
|
|
}
|