globals.lua
~/.config/nvim/lua/config/globals.lua
-- Inspect any variable v using P(v)
function P(v)
vim.notify(vim.inspect(v))
return v
end