Skip to content

Commit 9121e18

Browse files
committed
vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook
1 parent a836397 commit 9121e18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,10 @@ in
24702470
});
24712471

24722472
vim-dadbod-ui = super.vim-dadbod-ui.overrideAttrs {
2473-
dependencies = with self; [ vim-dadbod ];
2473+
dependencies = [ self.vim-dadbod ];
2474+
2475+
doInstallCheck = true;
2476+
vimCommandCheck = "DBUI";
24742477
};
24752478

24762479
vim-dasht = super.vim-dasht.overrideAttrs {

0 commit comments

Comments
 (0)