chore(plugins): clean up

This commit is contained in:
2024-08-11 03:56:42 +02:00
parent 5f54ddbdb2
commit c970e6fa6e
11 changed files with 41 additions and 52 deletions
+1
View File
@@ -10,6 +10,7 @@ return {
stages = "static",
},
config = function(_, opts)
---@type notify
vim.notify = require("notify")
vim.notify.setup(opts)
end,