This commit is contained in:
TheK4n 2021-12-24 22:54:19 +00:00
parent 9f81e9957c
commit 1f25ab0ec5

View File

@ -20,6 +20,8 @@ install:
vim:
ln -s $(PWD)/.vim ~
ln -s $(PWD)/.vim/.vimrc ~
mkdir -p ~/.config/nvim
ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim
vim +PluginInstall +qall