mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
11 lines
209 B
Lua
11 lines
209 B
Lua
-- A fancy, configurable notification manager
|
|
-- https://github.com/rcarriga/nvim-notify
|
|
return {
|
|
"rcarriga/nvim-notify",
|
|
opts = {
|
|
render = "minimal",
|
|
stages = "static",
|
|
timeout = 2000,
|
|
},
|
|
}
|