mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Disable easytags highlighting because of slowness
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -219,6 +219,8 @@ Plugin 'dag/vim-fish'
|
|||||||
" Automatic generation of tags file (ctags), in a central place (~/.vimtags)
|
" Automatic generation of tags file (ctags), in a central place (~/.vimtags)
|
||||||
Plugin 'xolox/vim-misc'
|
Plugin 'xolox/vim-misc'
|
||||||
Plugin 'xolox/vim-easytags'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|||||||
Reference in New Issue
Block a user