install: don't install neovim plugins
This commit is contained in:
parent
77d189a846
commit
042595f45a
1 changed files with 0 additions and 13 deletions
13
install.sh
13
install.sh
|
@ -25,7 +25,6 @@ main() {
|
||||||
stow_home
|
stow_home
|
||||||
link_config
|
link_config
|
||||||
git_user_config
|
git_user_config
|
||||||
nvim_plugins
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check_dependencies() {
|
check_dependencies() {
|
||||||
|
@ -127,18 +126,6 @@ EOF
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
nvim_plugins() {
|
|
||||||
heading 'nvim plugins'
|
|
||||||
if command -v nvim >/dev/null 2>&1; then
|
|
||||||
dry_run || {
|
|
||||||
warn "installing neovim plugins..."
|
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
|
||||||
}
|
|
||||||
else
|
|
||||||
error "neovim is not installed; skipping plugin installation..."
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Helper Functions
|
# Helper Functions
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue