/vimrc

My personal Vim configuration

Primary LanguageVim scriptGNU General Public License v3.0GPL-3.0

vimrc

My personal Vim configuration.

Installation

  1. Install dependencies:
  • exuberant-ctags
  • curl
  • libclang
  • ycm_core
  1. Download this repository and its submodules:

     git clone https://github.com/cjhoward/vimrc.git
     cd vimrc
     git submodule update --init
    
  2. Add the following to ~/.vimrc:

     source /path/to/vimrc/vimrc
    

License

This Vim configuration is distributed under the GNU General Public License, version 3. See COPYING for details.