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
I have a Next JS app (based on this template) and I have the Vim plugin enabled. Whenever the application is hot reloaded (basically, whenever I save a file while it's running), there is a 3-5 second delay before I'm able to navigate around in my code with Vim. The keystrokes are remembered but take some time before they kick in.
I've seen this behaviour in both the Vim plugin and the NeoVim plugin. When I disable the Auto Import plugin, all is well again and there is no delay in the navigation.
The text was updated successfully, but these errors were encountered:
I have a Next JS app (based on this template) and I have the Vim plugin enabled. Whenever the application is hot reloaded (basically, whenever I save a file while it's running), there is a 3-5 second delay before I'm able to navigate around in my code with Vim. The keystrokes are remembered but take some time before they kick in.
I've seen this behaviour in both the Vim plugin and the NeoVim plugin. When I disable the Auto Import plugin, all is well again and there is no delay in the navigation.
The text was updated successfully, but these errors were encountered: