teddywing / dotvim

My vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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.

About

My vim configuration

License:MIT License


Languages

Language:Vim Script 98.6%Language:Tcl 1.2%Language:Makefile 0.2%