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

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

7 lines
174 B
Nix
Raw Normal View History

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