Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 440 Bytes

File metadata and controls

22 lines (18 loc) · 440 Bytes

Vim Config

1 - Clone this config and link .vimrc

# clone repositorie into $HOME/.vim folder
git clone git@github.com:villamide/vim-config.git ~/.vim
# create system link for $HOME/.vimrc
ln -s ~/.vim/.vimrc ~/.vimrc 

2 - Set up Vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

3 - Open vim and Install plugins

vim
:PluginInstall