AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.21k stars 242 forks source link

feat(nvim-coverage): add keybindings #1186

Closed cristobalgvera closed 2 months ago

cristobalgvera commented 2 months ago

📑 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 because neotest and vim-test use the <Leader>T map and name it like that, allowing to complement the usage of those plugins without depending on it.

github-actions[bot] commented 2 months ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

Uzaaft commented 2 months ago

Ah now I see the other usage of test_prefix. My bad. 2s