vimPlugins.Coqtail: init at 2020-09-08
This commit is contained in:
parent
91523d2d8d
commit
df76747972
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue