Justin M. Keyes

Results 2414 comments of Justin M. Keyes

Please test the latest development version. The [Releases](https://github.com/neovim/neovim/releases/tag/nightly) page has pre-built archives for Linux/Windows/macOS. Check `:version` to confirm the version.

> I wasn't sure if a PR would adhere to the contribution rules since the current config technically has everything to get the LSP "running". any improvements that don't make...

lemminx.lua does not have either settings nor init_options, and there is no concrete suggestion here, so closing.

what is the filename of the current buffer in each case?

but what is a concrete example? wondering how it compares to the cwd, etc.

> lspconfig does found the correct root dir, but csharp_ls is not using the root dir under 0.11 setup. Your logs show what's happening. With the vim.lsp.config setup: > csharp-ls:...

Thanks! Can you add a test? See [test/functional/example_spec.lua](https://github.com/neovim/neovim/blob/master/test/functional/example_spec.lua) for example. You can [run the test](https://github.com/neovim/neovim/blob/master/test/README.md#filter-by-file) like this: TEST_FILE=test/functional/example_spec.lua make functionaltest For testing timing-sensitive behavior, note that: - `screen:expect()` has very...

How is that related to this PR? Does reverting this commit fix the issue? Open a new issue, if so.

@mdedonno1337 can you confirm if https://github.com/neovim/neovim/pull/33485 matches the behavior you want?

> I think we should do [#32287 (comment)](https://github.com/neovim/neovim/issues/32287#issuecomment-2835155023) instead of adding a new field as that will solve more use cases. What about both? This change looks pretty low-touch, and...