mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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.