From d715ce8f31d4251f2695cddf30df5b2f4908d8bd Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 9 Oct 2024 17:58:18 +0200 Subject: [PATCH] update supported nvim version to 0.10.2 --- README.md | 6 +++--- init.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76f3de5..fb5ac95 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 77e5c42..f63e394 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ vim.loader.enable() local utils = require("utils") -local expected_version = "0.10.1" +local expected_version = "0.10.2" utils.is_compatible_version(expected_version) local config_dir = vim.fn.stdpath("config")