JD Rudie

Results 41 comments of JD Rudie

> I suspect some of the failing functional tests might have been relying on this behavior in `getreg` these were actually failing because I wasn't making `YREG_PUT` work the same...

the mac os tests are passing now, but the freebsd ones mysteriously fail. seems to not be related to this change though, since the test [I added passed](https://cirrus-ci.com/task/5148950529835008?logs=functionaltest#L2065)

Sorry, I might not have described that well. For the LSP reference case, the workflow is this: - Get all references to a symbol - For each instance of the...

yep, and it doesn't look like you can pass a word to references - instead it uses the current word under the cursor every time. Of course, you could make...

Opened an issue in core about running `lsp.buf` requests with position parameters https://github.com/neovim/neovim/issues/27400

why not just show the help page (could copy the code from `Telescope helptags`) for the builtin command instead of showing modifiers?

@joro550 I think your most recent commit message is failing the commit linter😅 I had the exact same issue and was about to open a PR to push my fix...

I noticed that, at least for neovim, the `textDocument/definition` handler is no longer available when you open a decompiled buffer. This might be an issue with https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/ instead of the...

> I too am having this problems from time to time. > > I tried to do some debug printout in neovim and this is my finding (maybe someone here...