diff --git a/neovim.sh b/neovim.sh index eeeccad..34e8e91 100644 --- a/neovim.sh +++ b/neovim.sh @@ -177,7 +177,7 @@ "pika's minimal config") local url="https://git.k4li.de/dotfiles/nvim-mini.git" local err - spin yellow "Cloning pika's standard config" + spin yellow "Cloning pika's mini config" # if run install-stuff; then if run --err err git clone --recursive --depth=1 $url "$HOME/.config/nvim"; then line @@ -192,7 +192,7 @@ local url err seek url "What is the url for your neovim config?"