nvim/lua/plugins/nvim-notify.lua

6 lines
55 B
Lua
Raw Normal View History

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