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
Hello, great plugin! I was hoping to have a user-defined loop with unicode characters in it. Trying something minimal like the below,
require("boole").setup({ additions = { { "▽", "△" }, },... })
leads to either a no-op or a hang when attempting to cycle from ▽ to △, say.
Any idea why? Or ideas for a quick fix? I will also try to look into it.
The text was updated successfully, but these errors were encountered:
Ah, it looks like an external package is needed to get string operations on unicode to work. Would you be open to a PR which adds those dependencies?
Sorry, something went wrong.
No branches or pull requests
Hello, great plugin! I was hoping to have a user-defined loop with unicode characters in it. Trying something minimal like the below,
leads to either a no-op or a hang when attempting to cycle from ▽ to △, say.
Any idea why? Or ideas for a quick fix? I will also try to look into it.
The text was updated successfully, but these errors were encountered: