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

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

6 lines
62 B
Nix
Raw Normal View History

2024-11-08 23:06:37 -05:00
{
empty = {
plugins.vim-dadbod-ui.enable = true;
};
}