aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index ea2d67b..e9aabf0 100644
--- a/init.vim
+++ b/init.vim
@@ -8,6 +8,12 @@
" Email: jdhao@hotmail.com
" 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
+ finish
+endif
+
let s:core_conf_files = [
\ 'globals.vim',
\ 'options.vim',