From c070b9d5966645f6aa0df630f6847b5ed46a15be Mon Sep 17 00:00:00 2001 From: Iron-E <36409591+Iron-E@users.noreply.github.com> Date: Sun, 15 Nov 2020 19:33:20 -0500 Subject: Update lua/lspconfig/configs.lua Co-authored-by: Hirokazu Hata --- lua/lspconfig/configs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lspconfig/configs.lua') diff --git a/lua/lspconfig/configs.lua b/lua/lspconfig/configs.lua index 092277cd..e48f84b9 100644 --- a/lua/lspconfig/configs.lua +++ b/lua/lspconfig/configs.lua @@ -34,7 +34,7 @@ function configs.__newindex(t, config_name, config_def) -- which is why this is a function, so that it can refer to the settings -- object on the server. local function add_handlers(config) - assert(not config.callbacks, "lsp.callbacks has been deprecated. See here for more: https://github.com/neovim/neovim/pull/12655") + assert(config.callbacks, "lsp.callbacks has been obsoleted. See here for more: https://github.com/neovim/neovim/pull/12655") config.handlers["window/logMessage"] = function(err, method, params, client_id) if params and params.type <= config.log_level then -- TODO(ashkan) remove this after things have settled. -- cgit v1.2.3-70-g09d2