vimPlugins.vim-dadbod: init at 2020-01-02

This commit is contained in:
ivann
2020-01-09 23:08:13 +01:00
committed by Jon
parent f58d7da30d
commit 80223b04c8
2 changed files with 12 additions and 0 deletions

View File

@@ -3511,6 +3511,17 @@ let
};
};
vim-dadbod = buildVimPluginFrom2Nix {
pname = "vim-dadbod";
version = "2020-01-02";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-dadbod";
rev = "59cc0a16970b92afa1c99182c60e35e01cdaa409";
sha256 = "0v3jhp33058cl7raqp59704m5ljsibpi9vs1hsiwwxf2pgdjii3f";
};
};
vim-devicons = buildVimPluginFrom2Nix {
pname = "vim-devicons";
version = "2019-11-10";