-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add vimtex integration #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR. And thank you for providing great documentation!
Could you also add these two things to the README.md please?
- Update the configuration table in the default options so that it includes the vimtex options
- Add a Vimtex section to Usage with a table with mappings and explanations
Could you also make sure that you use '
s instead of "
for your strings for formatting consistency?
Great, all your requested changes should be implemented. |
Awesome! Yeah that's odd that the operator pending-mapping doesn't work, I tried it as well. Perhaps we should keep the visual mode mapping as well ( |
Oh yeah you are right. I've added it back in. I've also added a note to the readme. |
Great work! Thank you very much for your contribution! |
This pr adds an integration for the vimtex plugin. This adds quite more keymaps than the other integrations, and it's more complicated to simulate the original key press, because it does not provide a lua interface.
So I'm curious what you think about this integration.
For me, a nice addition with this integration is a better description in which-key, because it now shows the actual action and not just
vimtex-]])
.