vimPlugins.coc-nvim: 0.69 -> 0.71

This commit is contained in:
Matthieu Coudron
2019-06-24 10:55:33 +09:00
parent b24d5e48b9
commit bb8538a209
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -111,10 +111,10 @@ self: super: {
coc-nvim = let
version = "0.0.69";
version = "0.0.71";
index_js = fetchzip {
url = "https://github.com/neoclide/coc.nvim/releases/download/v${version}/coc.tar.gz";
sha256 = "1qnznpb39bbhimzbhsvpsdkg87dv3yxzs1vr3kaikl3kpakik9p8";
sha256 = "1bhkyrmrpriizg3f76x4vp94f2bfwcf7a6cp3jvv7vj4zaqhsjzz";
};
in super.coc-nvim.overrideAttrs(old: {
# you still need to enable the node js provider in your nvim config