vimPlugins.gotests-vim: init at 2019-04-10

This commit is contained in:
Shi Han NG 2020-06-20 19:30:59 +09:00 committed by Jon
parent cf0b491343
commit f2b38145c0
2 changed files with 13 additions and 0 deletions

View File

@ -1630,6 +1630,18 @@ let
meta.homepage = "https://github.com/gregsexton/gitv/";
};
gotests-vim = buildVimPluginFrom2Nix {
pname = "gotests-vim";
version = "2019-04-10";
src = fetchFromGitHub {
owner = "buoto";
repo = "gotests-vim";
rev = "e0ad687be26875153ecd43d16db3b93a637394e4";
sha256 = "01w981v7rya9fnxwdhlka4vfzlnw87pxmfcqmvxh3p96lmi71xjm";
};
meta.homepage = "https://github.com/buoto/gotests-vim/";
};
goyo-vim = buildVimPluginFrom2Nix {
pname = "goyo-vim";
version = "2020-06-08";

View File

@ -35,6 +35,7 @@ bohlender/vim-smt2
brennanfee/vim-gui-position
bronson/vim-trailing-whitespace
brooth/far.vim
buoto/gotests-vim
carlitux/deoplete-ternjs
ccarpita/rtorrent-syntax-file
cespare/vim-toml