mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
vimPlugins.vim-dadbod: init at 2020-01-02
This commit is contained in:
parent
f58d7da30d
commit
80223b04c8
|
@ -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";
|
||||
|
|
|
@ -441,6 +441,7 @@ tomtom/tcomment_vim
|
|||
tomtom/tlib_vim
|
||||
tpope/vim-abolish
|
||||
tpope/vim-commentary
|
||||
tpope/vim-dadbod
|
||||
tpope/vim-dispatch
|
||||
tpope/vim-endwise
|
||||
tpope/vim-eunuch
|
||||
|
|
Loading…
Reference in a new issue