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/";
|
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 {
|
goyo-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "goyo-vim";
|
pname = "goyo-vim";
|
||||||
version = "2020-06-08";
|
version = "2020-06-08";
|
||||||
|
@ -35,6 +35,7 @@ bohlender/vim-smt2
|
|||||||
brennanfee/vim-gui-position
|
brennanfee/vim-gui-position
|
||||||
bronson/vim-trailing-whitespace
|
bronson/vim-trailing-whitespace
|
||||||
brooth/far.vim
|
brooth/far.vim
|
||||||
|
buoto/gotests-vim
|
||||||
carlitux/deoplete-ternjs
|
carlitux/deoplete-ternjs
|
||||||
ccarpita/rtorrent-syntax-file
|
ccarpita/rtorrent-syntax-file
|
||||||
cespare/vim-toml
|
cespare/vim-toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user