diff --git a/README.md b/README.md index 3a8f645..d4e3f86 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Latest release - Neovim minimum version + Neovim minimum version Top languages diff --git a/init.vim b/init.vim index e9aabf0..c57d70a 100644 --- a/init.vim +++ b/init.vim @@ -9,8 +9,8 @@ " Blog: https://jdhao.github.io/ " check if we have the lastest stable version of nvim -if !has('nvim-0.7.0') - echohl Error | echomsg "Nvim 0.7.0 required, but is missing!" | echohl None +if !has('nvim-0.7.2') + echohl Error | echomsg "Nvim 0.7.2 required, but is missing!" | echohl None finish endif