Max Zawisa
Max Zawisa
This probably doesn't make sense as a feature of harpoon. However, there are a couple ways you could modify your config to accomplish this. You could add a second list...
This looks pretty cool. I think the `restore_viewport` setting would make more sense if it was a setting for a specific list rather than for harpoon. Similar to `select_with_nil`. This...
`vim.api.nvim_buf_get_name` always returns the full file name for the buffer. I believe this will solve some of the issues mentioned in #441, but it not being called in VimLeavePre is...
I have a working implementation, but I am not a huge fan of it because I am passing the `ui_context` into `HarpoonList:get_by_display()`, `HarpoonList:resolve_displayed()`, and `HarpoonList:display()`. I have a couple thoughts...
Just updated and it is working great. Thanks so much!!!
@belav I believe this was fixed in 30.5.
This would be a nice addition to Dapper. I'm curious why it wasn't included.
This could be due to your cwd changing. Changing the key function in the harpoon settings might help. The default is `vim.uv.cwd()`.
> This could be it. I will look into it as soon as I have a bit more time. Unfortunately, custom keys are broken right now. Which might actually be...
I have this issue too. It might be happening in VSCode too, but Visual Studio Task runner is in Visual Studio and not in VSCode. From what I can tell....