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
|
stdout: true
|
||||||
description: "Install ohmyzsh:"
|
description: "Install ohmyzsh:"
|
||||||
quiet: false
|
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
|
# 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:"]
|
- [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
|
|
||||||
-
|
# install & upgrade nvim plugins
|
||||||
command: vim +PlugInstall +qall
|
- command: nvim +PlugUpgrade +PlugUpdate +qall
|
||||||
stdin: true
|
stdin: true
|
||||||
stdout: true
|
stdout: true
|
||||||
description: "Install vim plugins! Hit enter once if stuck:"
|
description: "Install nvim plugins! Hit enter once if stuck:"
|
||||||
quiet: false
|
quiet: false
|
||||||
|
|
||||||
# do this last to override generated .zshrc
|
# do this last to override generated .zshrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue