Skip to content

Commit

Permalink
Vim now loads matchit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jan 7, 2013
1 parent 7cd7911 commit d8a2a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _vimrc
Expand Up @@ -124,6 +124,11 @@ au filetype css setl ts=2 shiftwidth=2
call pathogen#infect()
call pathogen#helptags()

" Load matchit plugin
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
runtime! macros/matchit.vim
endif

" Remap leader to comma to save cross platform confusion
let mapleader = ","
" And map \ to previous character search
Expand Down

0 comments on commit d8a2a4d

Please sign in to comment.