Discusser

Results 10 comments of Discusser

I'm facing the same issue with the default configuration

> This change worked for me, too: > > ```diff > diff --git a/lua/harpoon/config.lua b/lua/harpoon/config.lua > index a759297..262845f 100644 > --- a/lua/harpoon/config.lua > +++ b/lua/harpoon/config.lua > @@ -108,6 +108,7 @@...

> > ... > > It works but certain buffers opened with harpoon can't be closed anymore, it's very weird. > > How do you close your buffers? Does it...

> > > ... > > > How do you close your buffers? Does it work with `:bd` `:bw`? > > > > > > I tried with `x` keybinding,...

> > ... > > Sorry for the late response, I've managed to pin down the issue to this line in my nvim config: `harpoon:extend(extensions.builtins.navigate_with_number());` The problem does not occur...

> > > ... > > > Sorry for the late response, I've managed to pin down the issue to this line in my nvim config: `harpoon:extend(extensions.builtins.navigate_with_number());` The problem does...

I have managed to reproduce this issue with strace running after some time. The entire log file is very long (>40000 lines), so here are the last 2000 lines: [mesonlsp_strace_end.txt](https://github.com/user-attachments/files/16800542/mesonlsp_strace_end.txt)...

I've looked online and I can't really find anyone with the same issue. I've only ever experienced this problem with MesonLSP. You mentioned that it could be a race condition,...

Passing `{async=false}` to `vim.lsp.buf.format()` does not change anything unfortunately. I noticed that this time, autocompletion also didn't work. I don't know if this was the case last time since I...

I haven't been using C++ recently so nope. If I ever do get any more clues I'll make sure to let you know but there's not much else I can...