nix-community.nixvim/plugins/by-name/vim-dadbod-ui/default.nix
2025-06-18 02:42:47 +03:00

6 lines
168 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "vim-dadbod-ui";
description = "Simple UI for vim-dadbod.";
maintainers = [ lib.maintainers.BoneyPatel ];
}