From ad249ad817bfdff13ec405e7e3782f34a082ce5d Mon Sep 17 00:00:00 2001 From: Qiming Zhao Date: Mon, 8 Aug 2022 22:41:10 +0800 Subject: [PATCH] change minimal coc.nvim version to 0.0.82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7214741..cf9e7ff 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "publisher": "chemzqm", "engines": { - "coc": "^0.0.80" + "coc": "^0.0.82" }, "repository": { "type": "git",