nix-community.nixvim/plugins/by-name/vim-dadbod-ui/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
168 B
Nix
Raw Normal View History

2024-11-08 23:06:37 -05:00
{ lib, ... }:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
2024-11-08 23:06:37 -05:00
name = "vim-dadbod-ui";
2025-06-18 02:42:47 +03:00
description = "Simple UI for vim-dadbod.";
2024-11-08 23:06:37 -05:00
maintainers = [ lib.maintainers.BoneyPatel ];
}