Files
vim/after/plugin/utils.lua
2023-03-31 08:13:33 +02:00

4 lines
41 B
Lua

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