Merge pull request #512 from diniamo/nvim-notify-explicit-function

nvim-notify: use explicit function for vim.notify
This commit is contained in:
raf 2024-12-25 00:52:53 +03:00 committed by GitHub
commit 7dd2026b9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
'';
};
};