crwebb85

Results 14 comments of crwebb85

The main reason that the lsp can have diagnostics without the buffer attached is that many lsps find all diagnostics for the workspace (or can be configured to do so)....

> Do you by chance use a server that supports pull diagnostics? I could imagine the problem you're facing is due to lsp using two namespaces per client. One for...

> @crwebb85 you have a failing test. I took a quick look during lunch but nothing obvious stuck out to me so I will setup a debugger later tonight to...

On neovim "NVIM v0.11.0-dev-1999+ge7627db35f" I was able to get `:grep` on "Microsoft Windows 11 Pro" with version "10.0.22631 Build 22631" to work with the following `minimum.lua` file for powershell version...

> I see that `:help shell-powershell` mentions `tee` in `shellcmdflag`. I assume that uses the powershell alias. In any case, the current `:help shell-powershell` is really cumbersome. If your version...

> Using `:grep` shouldn't require setting a specific shell. True, grep should work out of the box for the default shell options for a given OS. I did some playing...

In my config, I have implemented `completionItem.resolveSupport` lsp client capability for the documentation field and markdown `completionItem.documentationFormat` client capability. I was going to create new issue but found this issue...

I'm looking into this issue today. Below is modified reproduction steps with more details in the first step since I was having issues consistently reproducing. To Reproduce 1. On Windows,...

I've been investigating a secondary bug and I've decided that it has to be related to this bug so Im going to document it here instead of a new issue....

> Can you observe what keycodes are being sent with C-h, and C-BS? You may be able to use `$keyPress = [System.Console]::ReadKey()` in a small script. I did, but I'm...