Files
vim/after/plugin/utils.lua
Thomas Ruoff ac8fbbf38e add P(blup)
2023-03-21 08:24:21 +01:00

4 lines
48 B
Lua

function P(thing)
vim.pretty_print(thing)
end