JCLiang / vim-cscope-utils

A vim plugin that creates and auto-loads ctags, cscope, and pycscope database for you.
15 stars 4 forks source link

seems it takes too much time on load #11

Open keyolk opened 6 years ago

keyolk commented 6 years ago

good enough, but seems it takes too much time when starting vim

$ vim --startuptime test.profile
...
579.139  157.967  136.533: sourcing /home/irteam/.vim/plugged/vim-cscope-utils/plugin/cscope_utils.vim
...

I'm using Plug

Plug 'JCLiang/vim-cscope-utils'

is there a way make it better ?