This config is based on FPerezP config, with some extra plugins..
git clone https://github.com/n0ni0/My-vim-config.git ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ln -s ~/.vim/vimrc ~/.vimrc
mkdir ~/.vim/_temp
mkdir ~/.vim/_backup
vim +BundleInstall +qall!
Allows you to autocomplete function names using tab key.
Check syntax for a few programming languages like PHP, Ruby, Python, C, C++, ...
Generates your function and classes comments template.
Check syntax for Javascript and CSS. It´s needed to install V8 library. To do it, you could follow instraction included at the original plugin repository
Allows you to create code snippets.
Just a few utils like caching content or tiny blob windows that is used by other vim plugins included in this repo. Just a required plugin.
Another required package.
Predefined code snippets for PHP, Python, Javascript,...
Allows you to execute Git commands and, the most important feature, to navigate throw the git object.
File commander.
NERDTree extension that allows you to have the same commander in all tabs you open.
Another required package.
Allows you to find files/folders and open them just typing a part of its name.
Highlights indent levels.
Insert or delete brackets, parens, quotes in pair.
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile
Supports Twig PHP templates