added small info for neovim build

This commit is contained in:
2023-10-14 16:16:37 +00:00
parent edde0af49a
commit afbd94c77b

1
kfg
View File

@@ -670,6 +670,7 @@ function p_nvim {
res=$(git -C "${TMP_PATH}/neovim" checkout stable 2>&1)
# build neovim
log_info "Building neovim... (this can take a few minutes)"
res=$(make -C "${TMP_PATH}/neovim" CMAKE_BUILD_TYPE=Release 2>&1)
# Install neovim