diff options
| author | jdhao <jdhao@hotmail.com> | 2023-02-11 11:42:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 11:42:57 +0800 |
| commit | bfdb3f5a267277b1a419178de534d394c1286858 (patch) | |
| tree | fa5d2bf0819f0ca5028f1b46bee27f9b25859d14 /init.lua | |
| parent | 76ced0e26526dd73556801877dd18cc7e4233443 (diff) | |
bump supported nvim version (#184)
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
