mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +02:00
6 lines
168 B
Nix
6 lines
168 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "vim-dadbod-ui";
|
|
description = "Simple UI for vim-dadbod.";
|
|
maintainers = [ lib.maintainers.BoneyPatel ];
|
|
}
|