Commit 9121e18d authored by Matthieu C.'s avatar Matthieu C. Committed by Matthieu Coudron
Browse files

vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook

parent a8363975
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {