mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
6 lines
174 B
Nix
6 lines
174 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "vim-dadbod";
|
|
description = "Modern database interface for Vim.";
|
|
maintainers = [ lib.maintainers.BoneyPatel ];
|
|
}
|