harpoon
harpoon copied to clipboard
Tests for key commands on ui menu
What issue are you having that you need harpoon to solve? Problem: tests do not consider key presses and how the ui menu should react. Solution: tests to cover that so i don't accidentally break peoples!
Hello, I am willing to take this, it would be my first contribution to a neovim plug so might take a while. If you have any tips or pointers that'd be great :).
@PrathamLalwani The code is already commented out in the UI tests. It's just a matter of commenting it in, and ensuring the menu behaves according to keys pressed
You should be able to follow the tests that are already in there.
Great, Thanks!