1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

bump supported nvim version (#184)

This commit is contained in:
jdhao
2023-02-11 11:42:57 +08:00
committed by GitHub
parent 76ced0e265
commit bfdb3f5a26

View File

@@ -14,7 +14,7 @@ local api = vim.api
local utils = require("utils")
-- check if we have the latest stable version of nvim
local expected_ver = "0.8.2"
local expected_ver = "0.8.3"
local nvim_ver = utils.get_nvim_version()
if nvim_ver ~= expected_ver then