vimPlugins.Coqtail: init at 2020-09-08

This commit is contained in:
endorphin 2020-09-08 11:48:51 -07:00 committed by Jon
parent 91523d2d8d
commit df76747972
2 changed files with 13 additions and 0 deletions

View File

@ -568,6 +568,18 @@ let
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
};
Coqtail = buildVimPluginFrom2Nix {
pname = "Coqtail";
version = "2020-09-08";
src = fetchFromGitHub {
owner = "whonore";
repo = "Coqtail";
rev = "828f950097e33325912fd142aa3c4c284c081986";
sha256 = "1qwc40fvfbhnn160m0clab4kcd1laqibhp7rvivqnk537pw5fk6l";
};
meta.homepage = "https://github.com/whonore/Coqtail/";
};
cosco-vim = buildVimPluginFrom2Nix {
pname = "cosco-vim";
version = "2018-08-07";

View File

@ -595,6 +595,7 @@ wannesm/wmgraphviz.vim
weirongxu/coc-explorer
wellle/targets.vim
wellle/tmux-complete.vim
whonore/Coqtail
will133/vim-dirdiff
wincent/command-t
wincent/ferret