* blocked install vim plugins because not all options on .vimrc compatible with vim
This commit is contained in:
@ -30,11 +30,11 @@ configure_zsh() {
|
|||||||
|
|
||||||
configure_vim() {
|
configure_vim() {
|
||||||
# Install vim-plug for Vim
|
# Install vim-plug for Vim
|
||||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
#curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
nvim +'PlugInstall --sync' +qa
|
#vim +'PlugInstall --sync' +qa
|
||||||
|
|
||||||
# Install vim-plug for Neovim
|
# Install vim-plug for Neovim
|
||||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
||||||
nvim +'PlugInstall --sync' +qa
|
nvim +'PlugInstall --sync' +qa
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user