xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

vim-easytags is really slow #135

Open teamblubee opened 8 years ago

teamblubee commented 8 years ago

I've added both these options to my vimrc file but vim easytags is really slow, typically more than 3 seconds to update a file on save and when I try to navigate a file, not using easytags just scroll up or down it feels like very slow. I've attached a screenshot

let g:easytags_opts = ['--fields=+l']
let g:easytags_python_enabled = 1

easy tags

is there anything else that I can do to speed this up?

papey commented 8 years ago

Same problem here.

mike-zueff commented 8 years ago

@teamblubee, why didn't you add these lines to your config?

let g:easytags_async=1
let g:easytags_auto_highlight=0