-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Feature Request: Toggle virtual text #17
Comments
I like this idea. I'm not sure what the best approach is yet. I'm guessing a configurable key binding would make sense. Right? |
By configurable keybinding do you mean something like this: require('nvim-biscuits').setup({
keys = "<Leader>tb"
}) If you mean like that, It's okay. But personally, I prefer if I can map lua function manually. |
Ok, I have something that I think will work for everyone. The option for setting a binding via the config is there. But the function is exposed for you to bind manually instead. Go ahead over to the PR and let me know what you think. |
Ahhh sorry for the late reply. I will try it |
Hello, I want to request a feature to toggle the virtual text. But of course as long as you also want to add this feature.
The text was updated successfully, but these errors were encountered: