1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/notify.lua

8 lines
83 B
Lua
Raw Normal View History

2022-11-14 01:16:10 +01:00
local M = {}
function M.setup()
2022-12-26 20:07:10 +01:00
-- vim.notify = require("notify")
2022-11-14 01:16:10 +01:00
end
return M