-- Lua Debugging -- https://stackoverflow.com/a/2573758/4769802 -- redir => m | silent execute 'lua =1+4' | redir END | put=m -- lua =... -- [aka] lua vim.pretty_print(...) -- :execute 'lua =...' to allow the pipe to work
-- Lua Debugging
-- https://stackoverflow.com/a/2573758/4769802
-- redir => m | silent execute 'lua =1+4' | redir END | put=m
-- lua =...
-- [aka] lua vim.pretty_print(...)
-- :execute 'lua =...' to allow the pipe to work