testing..
This commit is contained in:
parent
edd70bd23e
commit
57af730a56
1 changed files with 3 additions and 1 deletions
|
@ -107,8 +107,10 @@
|
|||
if [ -d "$HOME/.config/nvim/" ]; then
|
||||
# echo_pkg qol "Prefetching neovim setup configuration.."
|
||||
spin "Prefetching neovim setup configuration.."
|
||||
if nvim --headless +q; then
|
||||
if run nvim --headless +q; then
|
||||
check "Prefetched config"
|
||||
else
|
||||
throw "Prefetching config went terribly wrong!"
|
||||
fi
|
||||
else
|
||||
# echo_warning "You don't have a neovim config installed. Do you want to clone one now? [Y]es (standard), [m]inimal, [n]o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue