From 6c413bb3b50137cd034465652d5d414242422850 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Thu, 21 Nov 2019 15:46:14 -0800 Subject: Fixes for new LSP changes --- lua/nvim_lsp/skeleton.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim_lsp/skeleton.lua') diff --git a/lua/nvim_lsp/skeleton.lua b/lua/nvim_lsp/skeleton.lua index 7407e39a..9ab91598 100644 --- a/lua/nvim_lsp/skeleton.lua +++ b/lua/nvim_lsp/skeleton.lua @@ -39,7 +39,7 @@ function skeleton.__newindex(t, template_name, template) local function add_callbacks(config) config.callbacks["window/logMessage"] = function(err, method, params, client_id) if params and params.type <= config.log_level then - lsp.builtin_callbacks[method](err, method, params, client_id) + lsp.default_callbacks[method](err, method, params, client_id) end end -- cgit v1.2.3-70-g09d2