pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.33k stars 125 forks source link

Add add_suggestion in the mapping list #298

Closed lpwisniewski closed 2 years ago

lpwisniewski commented 2 years ago

Describe what this PR does / why we need it

mappings.lua missed the add_suggestion binding. This PR fix this.

Does this pull request fix one issue?

Describe how to verify it

Trying to add a comment or a suggestion using <space>ca should trigger an error anymore.

Special notes for reviews