vimPlugins.coc-nvim: 0.0.67-> 0.0.69

This commit is contained in:
Matthieu Coudron
2019-06-11 23:44:48 +09:00
committed by Matthieu Coudron
parent 432f02f682
commit f6fc49d0bf
2 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -111,10 +111,10 @@ self: super: {
coc-nvim = let
version = "0.0.67";
version = "0.0.69";
index_js = fetchzip {
url = "https://github.com/neoclide/coc.nvim/releases/download/v${version}/coc.tar.gz";
sha256 = "0cqgrfyaq9nck1y6mb63gmwgdrxqzgdgns5gjshpp1xzfq6asrqj";
sha256 = "1qnznpb39bbhimzbhsvpsdkg87dv3yxzs1vr3kaikl3kpakik9p8";
};
in super.coc-nvim.overrideAttrs(old: {
# you still need to enable the node js provider in your nvim config