From 17acda10a0b32bc22a56c3a1995bbe48287b768d Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 1 Sep 2022 13:24:52 +0800 Subject: [PATCH] fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9299a2d..eb79c1b 100644 --- a/init.lua +++ b/init.lua @@ -8,7 +8,7 @@ -- Email: jdhao@hotmail.com -- Blog: https://jdhao.github.io/ - -- check if we have the latest stable version of nvim +-- check if we have the latest stable version of nvim local expected_ver = "0.7.2" local utils = require "utils"