In order to keep my vim IDE anywhere, i've created this repo and share it to everyone who needs to develop in Vim and feel the power of his majesty
Simple steps to start off:
- Download the repo:
git clone [email protected]:renemontilva/vim-config.git
- get into the directory
cd vim-config
- Copy the file in your home directory
cp vimrc ~/.vimrc
- Install Vim bundle a plugin manager
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Open up the almighty one vim and install all plugins are needed
:PluginInstall
- That's it.