julia-vim icon indicating copy to clipboard operation
julia-vim copied to clipboard

700 ms delay on startup

Open danlkv opened this issue 2 years ago • 0 comments

Hi, I noticed julia-vim adds a significant delay (around 700 ms) when starting nvim. Here's a section of vim --startuptime:

132.174  003.459: reading ShaDa                                                                                                                                                                                               
132.344  000.169: opening buffers                                                                                                                                                                                             133.648  000.838  000.838: sourcing /home/dlykov/.vim/plugged/julia-vim/autoload/LaTeXtoUnicode.vim                                                                                                                           
135.553  001.495  001.495: sourcing /home/dlykov/.vim/plugged/julia-vim/autoload/julia_latex_symbols.vim                                                                                                                      
*852.965  000.466  000.466: sourcing /home/dlykov/.vim/plugged/vim-signature/autoload/signature/sign.vim                                                                                                                       
854.100  000.440  000.440: sourcing /home/dlykov/.vim/plugged/vim-signature/autoload/signature/mark.vim                                                                                                                       
860.903  725.320: BufEnter autocommands 

This may be the latex to unicode, but it seems that the delay is too large in my case #271 mentione that it is 5ms https://github.com/JuliaEditorSupport/julia-vim/issues/271#issuecomment-891899559

danlkv avatar Feb 03 '23 17:02 danlkv