nix-community.nixvim/tests/test-sources/plugins/by-name/vim-be-good/default.nix

6 lines
60 B
Nix
Raw Normal View History

{
empty = {
plugins.vim-be-good.enable = true;
};
}