nvim-notify: use explicit function for vim.notify

This commit is contained in:
diniamo 2024-12-24 11:43:13 +01:00
parent 3a2edd1b75
commit f6a8cd968e

View file

@ -16,7 +16,7 @@ in {
pluginRC.nvim-notify = entryAnywhere ''
local notify = require("notify")
notify.setup(${toLuaObject cfg.setupOpts})
vim.notify = notify
vim.notify = notify.notify
'';
};
};