Le mardi 23 mai 2017 18:14:24 UTC+2, MarcWeber a écrit :
> > Thank you
> Sped up by using a plugin manager supporting lazy loading or as needed
> (vim-addon-manager/Neobundle  maybe more).
> 
> Typically sourcing twice is not a problem, often guard [1] like guard
> has been setup which is a quick workraound which immediately saves most
> time.
> 
> Marc Weber
> 
> [1]
> 
>   if exists("loaded_<name>")
>     finish
>   endif
>   let loaded_<name> = 1
> 
>   ....

Ok this one seems better than vundle and save me 100ms at startup but I dig.
https://github.com/junegunn/vim-plug

Thank you Marc !

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to