/dotfiles

My personal dot files

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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 )