add P(blup)

This commit is contained in:
Thomas Ruoff
2023-03-21 08:24:21 +01:00
parent 5cd0b8f4a9
commit ac8fbbf38e

3
after/plugin/utils.lua Normal file
View File

@@ -0,0 +1,3 @@
function P(thing)
vim.pretty_print(thing)
end