This website requires JavaScript.
Explore
Help
Sign In
prescientmoon
/
satellite
Watch
1
Fork
You've already forked satellite
0
Code
Activity
686bdd12c4
satellite
/
dotfiles
/
neovim
/
lua
/
my
/
plugins
/
notify.lua
8 lines
83 B
Lua
Raw
Normal View
History
Unescape
Escape
Backup
2022-11-14 01:16:10 +01:00
local
M
=
{
}
function
M
.
setup
(
)
Will rewrite my neovim config
2022-12-26 20:07:10 +01:00
-- vim.notify = require("notify")
Backup
2022-11-14 01:16:10 +01:00
end
return
M
Copy permalink