Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

How to install vimrc

Dependencies

  • 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

Steps

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 )