readme: update for logger

This commit is contained in:
mpaulson 2023-12-04 11:58:15 -07:00
parent 68b3223268
commit 6041c605b0

View File

@ -195,6 +195,14 @@ settings = {
Currently available highlight groups are Currently available highlight groups are
`HarpoonWindow`, `HarpoonBorder`, and `HarpoonTitle`. `HarpoonWindow`, `HarpoonBorder`, and `HarpoonTitle`.
### Logger
This can help debug issues on other's computer. To get your debug log please do the following.
1. open up a new instance of vim
1. perform exact operation to cause bug
1. execute vim command `:lua require("harpoon").logger:show()` and copy the buffer
1. paste the buffer as part of the bug creation
## ⇁ Contribution ## ⇁ Contribution
This project is officially open source, not just public source. If you wish to This project is officially open source, not just public source. If you wish to
contribute start with an issue and I am totally willing for PRs, but I will be contribute start with an issue and I am totally willing for PRs, but I will be