mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
The `workspace/configuration` handler could fail with the following
error if `config.settings` is nil:
runtime/lua/vim/lsp/util.lua:1432: attempt to index local 'settings' (a nil value)"
This ensures that `config.settings` is always initialized to an empty
table.