aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 53d100f..3c3e139 100644
--- a/vimrc
+++ b/vimrc
@@ -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