Recording my configurations of VIM. Tested under Debian Jessie platform.
You should install them as first.
-
Put
.vimrc
and.vundle.vim
to your user home directory~/
. -
Open
.vimrc
and replace all the user home directory to your own. -
Open
.vundle.vim
withvim
then execute blow cmd$ :PluginInstall
-
(Optional) Copy
templates
directory to your~/.vim/
directory.