Cleaned up vim config

This commit is contained in:
2026-02-19 15:56:21 +01:00
parent 1d773607dd
commit e2c2cf41a3
2 changed files with 12 additions and 20 deletions
+3 -2
View File
@@ -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)