We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9abb22d + c01b268 commit af2cf5aCopy full SHA for af2cf5a
1 file changed
lua/ccc/handler/lsp.lua
@@ -71,7 +71,7 @@ function LspHandler:update(bufnr)
71
local result_count = 0
72
local color_informations = {}
73
for _, client in ipairs(clients) do
74
- client.request(method, param, function(err, result)
+ client:request(method, param, function(err, result)
75
result_count = result_count + 1
76
if result and err == nil then
77
vim.list_extend(color_informations, result)
0 commit comments