nvim/lua/plugins/nvim-notify.lua
2023-02-12 18:26:24 +01:00

5 lines
55 B
Lua

return {
config = {
timeout = 2500
}
}