mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
81d0e3d056
commit
7dd3d620d6
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user