nvim install and update vim plug
This commit is contained in:
parent
47fdfe1d06
commit
fe79e4aca7
1 changed files with 5 additions and 6 deletions
|
@ -26,16 +26,15 @@
|
|||
stdout: true
|
||||
description: "Install ohmyzsh:"
|
||||
quiet: false
|
||||
# install vim plug for vim
|
||||
- [curl -fLo vim/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim, "Install vim-plug for vim:"]
|
||||
|
||||
# install vim plug for nvim
|
||||
- [curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim, "Install vim-plug for nvim:"]
|
||||
# install vim plugins
|
||||
-
|
||||
command: vim +PlugInstall +qall
|
||||
|
||||
# install & upgrade nvim plugins
|
||||
- command: nvim +PlugUpgrade +PlugUpdate +qall
|
||||
stdin: true
|
||||
stdout: true
|
||||
description: "Install vim plugins! Hit enter once if stuck:"
|
||||
description: "Install nvim plugins! Hit enter once if stuck:"
|
||||
quiet: false
|
||||
|
||||
# do this last to override generated .zshrc
|
||||
|
|
Loading…
Add table
Reference in a new issue