refactor: correctness fixes, API modernization, and cleanup

This commit is contained in:
2026-04-13 01:20:52 +02:00
parent 62e64182de
commit fc7060e0ed
12 changed files with 166 additions and 223 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
vim.notify = require("notify")
---@diagnostic disable-next-line: missing-fields
vim.notify.setup({
local notify = require("notify")
notify.setup({
render = "default",
stages = "static",
merge_duplicates = true,
})
vim.notify = notify