mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
vimPlugins.gotests-vim: init at 2019-04-10
This commit is contained in:
parent
cf0b491343
commit
f2b38145c0
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user