new lua style
This commit is contained in:
@ -130,7 +130,9 @@ return {
|
||||
callback = function(args)
|
||||
local bufnr = args.buf
|
||||
local client = vim.lsp.get_client_by_id(args.data.client_id)
|
||||
if not client then return end
|
||||
if not client then
|
||||
return
|
||||
end
|
||||
lspKeys(client, bufnr)
|
||||
|
||||
if client.server_capabilities.completionProvider then
|
||||
|
Reference in New Issue
Block a user