stop using deprectated vim.pretty_print

This commit is contained in:
Thomas Ruoff
2023-03-31 08:13:33 +02:00
parent d7e14210df
commit d3a464dead

View File

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