Skip to content

Commit

Permalink
Disable highlight of matching paranthesis by default
Browse files Browse the repository at this point in the history
  • Loading branch information
codebeige committed Jun 26, 2012
1 parent 116c34a commit e2f2c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -46,6 +46,10 @@ set spelllang=en_us
runtime macros/matchit.vim
runtime macros/justify.vim

au VimEnter * NoMatchParen
nmap ,nmp :NoMatchParen<cr>
nmap ,dmp :DoMatchParen<cr>
""" File handling
set backupdir=$HOME/.vim.bak//,.
set directory=$HOME/.vim.swp//,.
Expand Down

0 comments on commit e2f2c37

Please sign in to comment.