someone-stole-my-name / yaml-companion.nvim

Get, set and autodetect YAML schemas in your buffers.
MIT License
221 stars 17 forks source link

Bug: client settings do not change correctly before `workspace/didChangeConfiguration` lsp notification #49

Closed agorgl closed 2 months ago

agorgl commented 4 months ago

After noticing that the builtin matchers worked on nvim 0.9.5 but not on nvim 0.10, I digged around a bit and it seems that according to this https://github.com/neovim/neovim/issues/27740#issuecomment-1978629315 the client settings must be set through client.settings reference instead of client.config.settings one

This will probably solve #45, #48