Files
neovim/test/functional
Mathias Fußenegger 3f63100d5b LSP: Fix nil settings handling in workspace/configuration (#13708)
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.
2021-01-18 19:33:10 +01:00
..
2020-07-03 00:55:14 +05:30
2019-11-27 22:47:25 -08:00
2020-10-19 21:48:06 +02:00