testing..
This commit is contained in:
parent
ee2291a59c
commit
7ff374c0da
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
|
||||
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
|
||||
|
||||
line
|
||||
if command_exists git; then
|
||||
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
||||
sleep 1
|
||||
|
@ -95,6 +96,7 @@
|
|||
}
|
||||
|
||||
makeInstall() {
|
||||
line
|
||||
# echo_pkg build "Compiling neovim from source"
|
||||
spin "Compiling neovim from source"
|
||||
if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then
|
||||
|
@ -109,6 +111,7 @@
|
|||
}
|
||||
|
||||
checkAndInitConfig() {
|
||||
line
|
||||
if [ -d "$HOME/.config/nvim/" ]; then
|
||||
# echo_pkg qol "Prefetching neovim setup configuration.."
|
||||
spin "Prefetching neovim setup configuration.."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue