From 646453939941d92b077af56ce1d40793120bf97a Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 18 Oct 2021 22:32:38 +0800 Subject: nvim-notify update --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 4d20175..a2dcd3d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -132,7 +132,7 @@ require("packer").startup({ use({"itchyny/vim-highlighturl", event = "VimEnter"}) -- notification plugin - use({ "rcarriga/nvim-notify", event = "VimEnter", config = 'vim.notify = require("notify")' }) + use({ "rcarriga/nvim-notify", event = "BufEnter", config = [[require('config.nvim-notify')]] }) -- For Windows and Mac, we can open an URL in the browser. For Linux, it may -- not be possible since we maybe in a server which disables GUI. -- cgit v1.2.3