Cleaned up vim config
This commit is contained in:
@@ -62,8 +62,9 @@ for option in "$@"; do
|
||||
cp scripts/* "$HOME/.local/bin"
|
||||
;;
|
||||
vim)
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
link "$PWD/vim/vimrc" "$HOME/.vim/vimrc"
|
||||
mkdir -p ~/.config/vim
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.config/vim/bundle/Vundle.vim
|
||||
link "$PWD/vim/vimrc" "$HOME/.config/vim/vimrc"
|
||||
vim +PluginInstall +qall
|
||||
;;
|
||||
yay)
|
||||
|
||||
Reference in New Issue
Block a user