You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using lazy loading of Ex command(s), the Ex commands should be defined by volt bootstrap script (~/.vim/pack/volt/start/system/plugin/bundled_plugconf.vim).
Here is a example of lazy loading of Ex command(s):
" In $VOLTPATH/plugconf/github.com/tyru/open-browser-github.vim.vimfunction!s:loaded_on()
return'excmd=OpenGithubFile,OpenGithubIssue,OpenGithubPullReq'endfunction
Defined Ex command should accept:
arguments
range
bang
completion (<Tab> loads the plugin immediately)
of course, executing the Ex command loads the plugin and execute loaded command