Compare commits

..

No commits in common. "7dd2026b9d1749ee3faf6314c8102ced75a1b29b" and "a34d104e3f51ef4859a68a424786f588d29124ca" have entirely different histories.

View file

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