vimPlugins.coc-explorer: init at 2020-07-07

This commit is contained in:
Andrey Kuznetsov 2020-07-10 00:14:32 +00:00 committed by Jon
parent 467b7149e4
commit 5dc652723f
2 changed files with 13 additions and 0 deletions

View file

@ -411,6 +411,18 @@ let
meta.homepage = "https://github.com/neoclide/coc-eslint/";
};
coc-explorer = buildVimPluginFrom2Nix {
pname = "coc-explorer";
version = "2020-07-07";
src = fetchFromGitHub {
owner = "weirongxu";
repo = "coc-explorer";
rev = "ec4b3f67c677211d65491c3bb042b27e92188efc";
sha256 = "13xqs85brqmcj06dndqhxgjxk8z178jpd2qjis0j8h92w0wwac71";
};
meta.homepage = "https://github.com/weirongxu/coc-explorer/";
};
coc-fzf = buildVimPluginFrom2Nix {
pname = "coc-fzf";
version = "2020-08-13";

View file

@ -609,6 +609,7 @@ VundleVim/Vundle.vim
w0ng/vim-hybrid
wakatime/vim-wakatime
wannesm/wmgraphviz.vim
weirongxu/coc-explorer
wellle/targets.vim
wellle/tmux-complete.vim
will133/vim-dirdiff