Skip to content

Commit

Permalink
Merge pull request #512 from diniamo/nvim-notify-explicit-function
Browse files Browse the repository at this point in the history
nvim-notify: use explicit function for vim.notify
  • Loading branch information
NotAShelf authored Dec 24, 2024
2 parents a34d104 + edc887f commit 7dd2026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/ui/notifications/nvim-notify/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
};
Expand Down

0 comments on commit 7dd2026

Please sign in to comment.