We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to make a recording of a Neovim plugin demo and I'm trying to get it to enter command mode to enable the plugin during the recording.
The first version was:
# Enable Plugin Type ":NeovimCommand" Enter Sleep 2s
The second version was:
# Enable Plugin Type ":" Enter Sleep 2s Type "NeovimCommand" Enter Sleep 2s
But neither versions enabled the command when it was recording.
Any ideas as to what I should do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to make a recording of a Neovim plugin demo and I'm trying to get it to enter command mode to enable the plugin during the recording.
The first version was:
The second version was:
But neither versions enabled the command when it was recording.
Any ideas as to what I should do?
The text was updated successfully, but these errors were encountered: