refactor: correctness fixes, API modernization, and cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user