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
|
||||
link_config
|
||||
git_user_config
|
||||
nvim_plugins
|
||||
}
|
||||
|
||||
check_dependencies() {
|
||||
|
@ -127,18 +126,6 @@ EOF
|
|||
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
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue