refactor(lsp): fix lint

This commit is contained in:
Pig Fang
2025-12-03 09:43:31 +08:00
committed by Lewis Russell
parent b9eba5cde2
commit 6aa80b1ab2

View File

@@ -620,7 +620,6 @@ describe('vim.lsp.diagnostic', function()
},
handlers = {
['textDocument/diagnostic'] = function(_, _, callback)
_G.params = params
_G.requests = _G.requests + 1
callback(nil, {
kind = 'full',