8 lines
83 B
Lua
8 lines
83 B
Lua
local M = {}
|
|
|
|
function M.setup()
|
|
-- vim.notify = require("notify")
|
|
end
|
|
|
|
return M
|