mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/vim-dadbod-completion: init
plguins/vim-dadbod-completion: Add cmpSource
This commit is contained in:
parent
5dfc9526ef
commit
54f567166d
2 changed files with 13 additions and 0 deletions
8
plugins/by-name/vim-dadbod-completion/default.nix
Normal file
8
plugins/by-name/vim-dadbod-completion/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||
name = "vim-dadbod-completion";
|
||||
maintainers = [ lib.maintainers.BoneyPatel ];
|
||||
imports = [
|
||||
{ cmpSourcePlugins.vim-dadbod-completion = "vim-dadbod-completion"; }
|
||||
];
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.vim-dadbod-completion.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue