nvim/lua/plugins/nvim-notify.lua

6 lines
55 B
Lua
Raw Normal View History

2023-02-12 17:26:24 +00:00
return {
config = {
timeout = 2500
}
}