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

8 lines
80 B
Lua
Raw Normal View History

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