nvim install and update vim plug

This commit is contained in:
saibotk 2022-02-23 00:19:27 +01:00
parent 47fdfe1d06
commit fe79e4aca7
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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