mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
Satisfy lualint.
This commit is contained in:
@@ -903,7 +903,7 @@ end
|
||||
-- Print some debug information about all LSP related things.
|
||||
-- The output of this function should not be relied upon and may change.
|
||||
function lsp.print_debug_info()
|
||||
print(vim.inspect({ clients = active_clients, filetype_configs = all_filetype_configs }))
|
||||
print(vim.inspect({ clients = active_clients }))
|
||||
end
|
||||
|
||||
-- Log level dictionary with reverse lookup as well.
|
||||
|
||||
Reference in New Issue
Block a user