added small info for neovim build
This commit is contained in:
1
kfg
1
kfg
@@ -670,6 +670,7 @@ function p_nvim {
|
|||||||
res=$(git -C "${TMP_PATH}/neovim" checkout stable 2>&1)
|
res=$(git -C "${TMP_PATH}/neovim" checkout stable 2>&1)
|
||||||
|
|
||||||
# build neovim
|
# build neovim
|
||||||
|
log_info "Building neovim... (this can take a few minutes)"
|
||||||
res=$(make -C "${TMP_PATH}/neovim" CMAKE_BUILD_TYPE=Release 2>&1)
|
res=$(make -C "${TMP_PATH}/neovim" CMAKE_BUILD_TYPE=Release 2>&1)
|
||||||
|
|
||||||
# Install neovim
|
# Install neovim
|
||||||
|
|||||||
Reference in New Issue
Block a user