aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-18 22:32:38 +0800
committerjdhao <jdhao@hotmail.com>2021-10-18 22:32:38 +0800
commit646453939941d92b077af56ce1d40793120bf97a (patch)
tree6911802748db0288dfc9b898cc958bbd13e5aea5 /lua/plugins.lua
parent30ca579ee9eeb38bc759007fc3d16e52b0e43d3e (diff)
nvim-notify update
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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.