diff options
| author | jdhao <jdhao@hotmail.com> | 2022-10-04 19:32:14 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-10-04 19:34:20 +0800 |
| commit | d40d87cb61a723104bbdd0dac533a16ed42eaf4f (patch) | |
| tree | 5b5cea8ffce4d39af1c357b1cec712ab4311504e /init.lua | |
| parent | 81663c8f3c5e23b4a6bd3942b3f0f0193241610a (diff) | |
nvim 0.8 update
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ local api = vim.api local utils = require("utils") -- check if we have the latest stable version of nvim -local expected_ver = "0.7.2" +local expected_ver = "0.8.0" local nvim_ver = utils.get_nvim_version() if nvim_ver ~= expected_ver then |
