meow meow

This commit is contained in:
2025-08-29 10:43:33 +01:00
parent 464d0e75ed
commit 080777341c
5 changed files with 91 additions and 43 deletions

View 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');