- Vundle You need vundle to install the vim bundles, see Installation instructions
- For YouCompleteMe to work you need vim to be compiled with python support, for debian i found that the package vim-nox to have scripting languages builtin to it so you could remove vim and install vim-nox instead
- For ctags to work you need to install exuberant-ctags
1- Check the vundle installation instructions
2- Place the .vimrc in your home, and open vim, then you could run :PluginInstall
this way vundle will scan your
file for the defined bundles and install the missing bundles ( or all of them if none are installed )