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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
60 B
Nix
Raw Normal View History

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