local M = {} function M.load() vim.keymap.set("n", "x", ":w:source %", { silent = true }) function _G.P(...) print(vim.inspect(...)) end end return M