vim-plugins.coc-fzf: init at 2020-03-06

Tested working with the current version of coc.nvim and fzf
This commit is contained in:
Joe Hermaszewski 2020-03-13 17:08:17 +08:00 committed by Jon
parent 81d0e3d056
commit 7dd3d620d6
2 changed files with 12 additions and 0 deletions

View File

@ -378,6 +378,17 @@ let
};
};
coc-fzf = buildVimPluginFrom2Nix {
pname = "coc-fzf";
version = "2020-03-06";
src = fetchFromGitHub {
owner = "antoinemadec";
repo = "coc-fzf";
rev = "ca394b48ac9c78ce95d6cdf3807927a7b6bcfcbe";
sha256 = "1nsqdp2zma7rlzynm58z43vk5hyrcz8kn7ak32979p4a3fvdyj5c";
};
};
coc-highlight = buildVimPluginFrom2Nix {
pname = "coc-highlight";
version = "2019-10-18";

View File

@ -13,6 +13,7 @@ andreshazard/vim-logreview
andsild/peskcolor.vim
andviro/flake8-vim
andys8/vim-elm-syntax
antoinemadec/coc-fzf
ap/vim-css-color
arcticicestudio/nord-vim
artur-shaik/vim-javacomplete2