plugins/vim-dadbod: init

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

View file

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

View file

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