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

update nvim to version 0.8.2 (#173)

This commit is contained in:
jdhao 2022-12-31 10:13:39 +08:00 committed by GitHub
parent f2c6900a8d
commit 6429e8364c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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