mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 12:52:13 +00:00
refactor(lsp): fix lint
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user