/dotvim

My vim configuration

Primary LanguageVim ScriptMIT LicenseMIT

.vim

My personal vim config. Includes various mappings and plugins. Plugins are loaded with pathogen.vim.

Feel free to take a look and copy what you like.

Installation

  1. Backup your .vimrc and .vim directory

  2. Clone into your ~/.vim directory

  3. Run git submodule init && git submodule update

  4. Link .vimrc to ~/.vim/vimrc

     ln -s .vim/vimrc .vimrc
    

Dependencies

Currently requires:

  • ack: for more intelligent project searching

Plugins

License

Licensed under the MIT license. See the included LICENSE file.