Louis DeLosSantos
Louis DeLosSantos
@cj do you have `set cursorline` on? I never get this underline in my diffs unless I have `set cursorline` enabled and your cursor is on top of a line...
@cj your error would suggest that something is clearing your /tmp folder out during operation.
The above is a different error message. Json decode error means the gh api didnt return valid json to you. Id ensure everthing works with a public repository first, try...
@cj I just merged: https://github.com/ldelossa/gh.nvim/pull/63 you can now enable CLI debugging, this may help you troubleshoot further. We should be able to see the exact command thats failing.
The above error would indicate you unloaded the buffer in which you initially invoked the calltree. The handler will grab the current buffer when the lsp call is made and...
Odd, can you see if this happens with another LSP, wonder if it's specific to java
can you both check if the latest push fixed this?
That's your LSP responding with an error, I dont believe thats calltrees error
Hey, What do you mean by "request code changes" ?
Yes! Definitely on the list. Do you have any initial ideas on how this should work?