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
Adding - [x] on to an empty file and trying to increment [x] increments on instead of toggling [x].
- [x] on
[x]
on
I tried adding this to the setup to be able to toggle markdown checkboxes but it didn't work :/
{"[ ]", "[x]"}, {"-[ ]", "-[x]"}, {"- [ ]", "- [x]"}, {"- []", "- [x]"},
Any idea on why this is happening?
The text was updated successfully, but these errors were encountered:
Pretty sure this has to do with how vim/neovim measure words. I will test later and see what I can do. Thanks for the report.
Sorry, something went wrong.
No branches or pull requests
Adding
- [x] on
to an empty file and trying to increment[x]
incrementson
instead of toggling[x]
.I tried adding this to the setup to be able to toggle markdown checkboxes but it didn't work :/
Any idea on why this is happening?
The text was updated successfully, but these errors were encountered: