-
-
Notifications
You must be signed in to change notification settings - Fork 240
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(nvim-coverage): add keybindings #1186
feat(nvim-coverage): add keybindings #1186
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
7ee411a
to
a825c26
Compare
Ah now I see the other usage of test_prefix. My bad. 2s |
e6f85cf
to
a825c26
Compare
3f53889
to
be17dcd
Compare
be17dcd
to
e5159d3
Compare
📑 Description
Add mappings to
nvim-coverage
.Also, it was added the option to reload the coverage report if it changes, a useful option complemented with the ease to show the coverage added with the mappings.
ℹ Additional Information
The mapping was added as a second layer behind
Tests
map. This is becauseneotest
andvim-test
use the<Leader>T
map and name it like that, allowing to complement the usage of those plugins without depending on it.