aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim4
1 files changed, 2 insertions, 2 deletions
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