|
@@ -171,11 +171,11 @@ function print_missing_dep_msg() {
|
|
|
}
|
|
|
|
|
|
function check_neovim_min_version() {
|
|
|
- local verify_version_cmd='if !has("nvim-0.6.0") | cquit | else | quit | endif'
|
|
|
+ local verify_version_cmd='if !has("nvim-0.6.1") | cquit | else | quit | endif'
|
|
|
|
|
|
# exit with an error if min_version not found
|
|
|
if ! nvim --headless -u NONE -c "$verify_version_cmd"; then
|
|
|
- echo "[ERROR]: LunarVim requires at least Neovim v0.6.0 or higher"
|
|
|
+ echo "[ERROR]: LunarVim requires at least Neovim v0.6.1 or higher"
|
|
|
exit 1
|
|
|
fi
|
|
|
}
|