plugins/vim-dadbod-ui: init

This commit is contained in:
bpatel347 2024-11-08 23:06:37 -05:00 committed by nix-infra-bot
parent d408ffd6b4
commit 5dfc9526ef
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ lib, ... }:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "vim-dadbod-ui";
maintainers = [ lib.maintainers.BoneyPatel ];
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.vim-dadbod-ui.enable = true;
};
}