|
|
@ -30,11 +30,11 @@ configure_zsh() { |
|
|
|
|
|
|
|
configure_vim() { |
|
|
|
# Install vim-plug for Vim |
|
|
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |
|
|
|
nvim +'PlugInstall --sync' +qa |
|
|
|
#curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |
|
|
|
#vim +'PlugInstall --sync' +qa |
|
|
|
|
|
|
|
# Install vim-plug for Neovim |
|
|
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ |
|
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' |
|
|
|
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |
|
|
|
nvim +'PlugInstall --sync' +qa |
|
|
|
} |
|
|
|
|
|
|
|