1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/notify.lua
2022-12-26 20:07:10 +01:00

8 lines
83 B
Lua

local M = {}
function M.setup()
-- vim.notify = require("notify")
end
return M