Skip to content

Commit

Permalink
vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Nov 14, 2024
1 parent a836397 commit 9121e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,10 @@ in
});

vim-dadbod-ui = super.vim-dadbod-ui.overrideAttrs {
dependencies = with self; [ vim-dadbod ];
dependencies = [ self.vim-dadbod ];

doInstallCheck = true;
vimCommandCheck = "DBUI";
};

vim-dasht = super.vim-dasht.overrideAttrs {
Expand Down

0 comments on commit 9121e18

Please sign in to comment.