You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: I had a conflicting keybind. It works much more often now, but still not every time I open neovim.
The issue is that most of the times whenever I just quit and open neovim again in the same folder the keybinds for selecting from 1 to 4 on the list do not work. The keybinds for next and previous, as well as adding and showing the modal work always.
Just to clarify, by most of the times I mean that they work at least one, or a few times, until they stop working, and never work again. I did some "stress testing" opening and closing nvim to see if it was me messing it up not letting neovim to fully start before pressing harpoon keybinds, because when they work, they always do, but when I close and open again neovim, then it's highly likely they do not work anymore.
I haven't seen a clear pattern on why does this happen. Sometimes it shows on the bottom [LSP] No client with id x (x being usually a number from 1 to 3) which I have no idea what it is, and sometimes it doesn't show.
I suspected about some plugins that could be messing with harpoon, but I even uninstalled them to test and nothing changed (lspaga, auto-session and nvim-ufo) 🤔
Whenever it does not work on changing to the exact list file, it doesn't seem to be adding any line on the logs.
The way I checked the logs, which I'm not sure if it's the correct one, is with :lua require("harpoon").logger:show().
It does show some things when I change files with the previous and next shortcuts (which works fine always).
Some additional info about my config and versions:
I am using harpoon2 branch.
Neovim version is v0.9.5.
This is my config file based on the docs, with a slight modification on the keymaps.
EDIT: I had a conflicting keybind. It works much more often now, but still not every time I open neovim.
The issue is that most of the times whenever I just quit and open neovim again in the same folder the keybinds for selecting from 1 to 4 on the list do not work. The keybinds for next and previous, as well as adding and showing the modal work always.
Just to clarify, by most of the times I mean that they work at least one, or a few times, until they stop working, and never work again. I did some "stress testing" opening and closing nvim to see if it was me messing it up not letting neovim to fully start before pressing harpoon keybinds, because when they work, they always do, but when I close and open again neovim, then it's highly likely they do not work anymore.
I haven't seen a clear pattern on why does this happen. Sometimes it shows on the bottom
[LSP] No client with id x
(x being usually a number from 1 to 3) which I have no idea what it is, and sometimes it doesn't show.I suspected about some plugins that could be messing with harpoon, but I even uninstalled them to test and nothing changed (
lspaga
,auto-session
andnvim-ufo
) 🤔Whenever it does not work on changing to the exact list file, it doesn't seem to be adding any line on the logs.
The way I checked the logs, which I'm not sure if it's the correct one, is with
:lua require("harpoon").logger:show()
.It does show some things when I change files with the previous and next shortcuts (which works fine always).
Some additional info about my config and versions:
I am using
harpoon2
branch.Neovim version is
v0.9.5
.This is my config file based on the docs, with a slight modification on the keymaps.
Config
You can check my full neovim config here
The text was updated successfully, but these errors were encountered: