meow meow
This commit is contained in:
8
nvim/config/mini.notify.lua
Normal file
8
nvim/config/mini.notify.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local notify = require('mini.notify')
|
||||
require('mini.notify').setup()
|
||||
vim.notify = notify.make_notify({
|
||||
ERROR = { duration = 10000 },
|
||||
WARN = { duration = 4000 },
|
||||
INFO = { duration = 3000 }
|
||||
})
|
||||
vim.notify('meow');
|
||||
Reference in New Issue
Block a user