testing..

This commit is contained in:
pika 2025-05-21 20:18:00 +02:00
parent ee2291a59c
commit 7ff374c0da

View file

@ -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.."