Skip to content

Instantly share code, notes, and snippets.

function _G.dump(...)
local objects = vim.tbl_map(vim.inspect, {...})
print(unpack(objects))
end
vim.lsp.set_log_level("debug")
local cmd = vim.cmd
local fn = vim.fn
local g = vim.g