From df9491b05bd3c51366185a653850a72acf2f16cb Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 7 Jan 2024 14:44:37 +0100 Subject: [PATCH] bump neovim version to 0.9.5 --- README.md | 6 +++--- init.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bb90fba..1043824c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Latest release - Neovim minimum version + Neovim minimum version Top languages @@ -21,8 +21,8 @@ - - + + diff --git a/init.lua b/init.lua index f4292e13..633f8871 100644 --- a/init.lua +++ b/init.lua @@ -14,7 +14,7 @@ vim.loader.enable() local version = vim.version -- check if we have the latest stable version of nvim -local expected_ver = "0.9.4" +local expected_ver = "0.9.5" local ev = version.parse(expected_ver) local actual_ver = version()