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 believe the issue isn't that it's incrementing the wrong word, but rather that for some reason it's not recognizing the [ or ] characters correctly. If you don't put any other words that boole.nvim checks for on the line it just fails to do anything.
- [ ] This is a test Nothing happens.
On another note, if you put multiple words that boole.nvim is looking for on the same line it will always choose the last word that is configured to cycle on the line. So even if it did correctly see '- [x]', it would not cycle it because only the last match on the line gets cycled.
Testing enable testing yes testing true Chooses 'true'->'false' no matter where the cursor is on the line with the following .setup()
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: