harpoon
harpoon copied to clipboard
function get_exact_name was created in #541 to fix issue #540 . This PR fixes #563 while not breaking the previous fix. Getting bufnr using absolute path gets the right buffer...
Bug happens when using list():select() on a file in the buffer with the buffer path saved as absolute(or any way other than relative to the current working directory) because `vim.fn.bufnr(to_exact_name(list_item.value))`...
https://github.com/ThePrimeagen/harpoon/assets/58370433/4753445b-08fe-423b-89d6-5889f59c2997 Using harpoon https://github.com/ThePrimeagen/harpoon/assets/58370433/6ee6d3a2-fb9c-43d6-8a17-70c65c93b9ba Replay using grapple.nvim ## The problem Seemingly at random moments, when selecting a harpooned file, the complete statuscolumn disappears. ## Reproduce Required: - treesitter and [treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context)...
Saves only files added from the project root. Even though the key is returned with the correct path (the path to the folder with the branch). How to reproduce? 1....
These changes should point out the issue with using `vim.fn.bufnr()`. The issue being: that the `...test-12`-file is being obscured or hidden (shadowed!?) by the `...test-123`-file. Without the fix - inside...
**WARNING** If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on `master` until 4/20 or 6/9 and then harpoon2 will...
**What issue are you having that you need harpoon to solve?** I would like to keep the viewport after switching files, currently the line is always centered on the screen....
This is a small fix for #506 to prevent non-normal buffers like NvimTree, terminal, & the harpoon jumplist from being accidentally appended or prepended to the jumplist. If `vim.bo.buftype` is...
**WARNING** If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on `master` until 4/20 or 6/9 and then harpoon2 will...
This error happens when I do the following steps: - Open Neovim in a directory - Mark two different files (add to harpoon) - Exit Neovim - Open Neovim in...