From 337206ec66336060c39813a536c2dc276175fcb5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 11 Jul 2015 16:27:34 -0400 Subject: vimrc: Disable auditory.vim Wish there was an easy way to toggle the plugin on and off with a command in the plugin (e.g. `:AuditoryToggle`). Would be nice to enable it when I wanted to and have it disabled at other times. I like it but there are times when I don't want my computer to be playing music when I'm typing or editing text. Disable it by default. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vimrc') 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 -- cgit v1.2.3