From ecf398a33db8a0048ca9599e97806ef369e06da4 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 12 Jun 2016 21:02:27 +0200 Subject: [PATCH] Disable easytags highlighting because of slowness --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 6e45c63..f4c4fcc 100644 --- a/.vimrc +++ b/.vimrc @@ -219,6 +219,8 @@ Plugin 'dag/vim-fish' " Automatic generation of tags file (ctags), in a central place (~/.vimtags) Plugin 'xolox/vim-misc' Plugin 'xolox/vim-easytags' +" easytags highlighting is slow +let g:easytags_auto_highlight = 0 " All of your Plugins must be added before the following line call vundle#end() " required