diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -300,6 +300,7 @@  "       * Remove CopyModeToggle command since I don't use it and it doesn't   "         really work.  "       * Remove Autocommands section as it's not used. +"       * Disable auditory.vim  " @@ -476,6 +477,10 @@ let g:netrw_winsize = ''          " Use default window size  let g:netrw_sort_options = 'i'    " Case-insensitive sort +" Auditory +let g:loaded_auditory = 1 + +  " Source matchit for expanded % matching  runtime! macros/matchit.vim | 
