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
|
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
|
||||||
|
|
||||||
|
line
|
||||||
if command_exists git; then
|
if command_exists git; then
|
||||||
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
||||||
sleep 1
|
sleep 1
|
||||||
|
@ -95,6 +96,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
makeInstall() {
|
makeInstall() {
|
||||||
|
line
|
||||||
# echo_pkg build "Compiling neovim from source"
|
# echo_pkg build "Compiling neovim from source"
|
||||||
spin "Compiling neovim from source"
|
spin "Compiling neovim from source"
|
||||||
if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then
|
if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then
|
||||||
|
@ -109,6 +111,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAndInitConfig() {
|
checkAndInitConfig() {
|
||||||
|
line
|
||||||
if [ -d "$HOME/.config/nvim/" ]; then
|
if [ -d "$HOME/.config/nvim/" ]; then
|
||||||
# echo_pkg qol "Prefetching neovim setup configuration.."
|
# echo_pkg qol "Prefetching neovim setup configuration.."
|
||||||
spin "Prefetching neovim setup configuration.."
|
spin "Prefetching neovim setup configuration.."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue