My .vim folder.
Set up as follows:
-
Clone this repository and set it up as your .vim folder
cd git clone https://github.com/praveenv253/dotvim.git .vim -
Create a symbolic link for .vimrc
ln -s .vim/vimrc .vimrc -
Install powerline and powerline fonts using the Fontconfig method
-
Clone the bundle repository
cd ~/.vim git clone https://github.com/praveenv253/vim-bundle bundle -
Set up the bundle submodules
cd ~/.vim/bundle git submodule init git submodule update
That's it!