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
The first time I call :echo TestFunction(), it returns v:null. The second time returns the correct number. I also observed that if you open the plugin handler file first, then it will behave correctly and returns the correct number even for the first time.
As a side question, is there a way to reload remote plugins on the fly? I tried :UpdateRemotePlugins but it doesn't work. It's really annoying to restart nvim to see changes.
The text was updated successfully, but these errors were encountered:
is there a way to reload remote plugins on the fly? I tried :UpdateRemotePlugins but it doesn't work. It's really annoying to restart nvim to see changes.
I'm using the standard example plugin:
The first time I call
:echo TestFunction()
, it returnsv:null
. The second time returns the correct number. I also observed that if you open the plugin handler file first, then it will behave correctly and returns the correct number even for the first time.As a side question, is there a way to reload remote plugins on the fly? I tried
:UpdateRemotePlugins
but it doesn't work. It's really annoying to restart nvim to see changes.The text was updated successfully, but these errors were encountered: