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

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

6 lines
59 B
Nix
Raw Normal View History

2024-11-08 23:02:25 -05:00
{
empty = {
plugins.vim-dadbod.enable = true;
};
}