mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
check if nvim version is correct, see also #51
This commit is contained in:
parent
6cea10fcc5
commit
13111596b8
6
init.vim
6
init.vim
@ -8,6 +8,12 @@
|
|||||||
" Email: jdhao@hotmail.com
|
" Email: jdhao@hotmail.com
|
||||||
" Blog: https://jdhao.github.io/
|
" 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 = [
|
let s:core_conf_files = [
|
||||||
\ 'globals.vim',
|
\ 'globals.vim',
|
||||||
\ 'options.vim',
|
\ 'options.vim',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user