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
Summary: When using nvim-treesitter-context and a winbar with harpoon2, if I harpoon to a file, the winbar gets frozen with the treesitter context of the harpooned file + location if the buffer was not previously open. Here's a video of the issue:
harpoon_winbar_lualine-2024-10-21_11.49.11.mp4
However, if the buffer for the file I select in harpoon is already open, this is not an issue:
It seems like this issue was already identified, although it only called out issues with the statuscolumn. I have confirmed that making the recommend change (remove line vim.fn.bufload(bufnr)) per #559 resolves this issue.
I propose re-opening the PR which makes this change (seems like it was closed as the original author stopped using harpoon).
I am using LazyVim, with the :LazyExtraseditor.harpoon2 and ui.treesitter-context.
See the bottom for my environment configuration.
Summary: When using
nvim-treesitter-context
and awinbar
withharpoon2
, if I harpoon to a file, the winbar gets frozen with the treesitter context of the harpooned file + location if the buffer was not previously open. Here's a video of the issue:harpoon_winbar_lualine-2024-10-21_11.49.11.mp4
However, if the buffer for the file I select in harpoon is already open, this is not an issue:
harpoon_winbar_lualine-open-buffer-2024-10-21_11.55.37.mp4
It seems like this issue was already identified, although it only called out issues with the statuscolumn. I have confirmed that making the recommend change (remove line
vim.fn.bufload(bufnr)
) per #559 resolves this issue.I propose re-opening the PR which makes this change (seems like it was closed as the original author stopped using
harpoon
).I am using LazyVim, with the
:LazyExtras
editor.harpoon2
andui.treesitter-context
.Full spec for
harpoon
:Full spec for
nvim-treesitter-context
:Spec for
lualine.lua
:The text was updated successfully, but these errors were encountered: