diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 22:32:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 22:32:38 +0800 |
| commit | 646453939941d92b077af56ce1d40793120bf97a (patch) | |
| tree | 6911802748db0288dfc9b898cc958bbd13e5aea5 /lua/plugins.lua | |
| parent | 30ca579ee9eeb38bc759007fc3d16e52b0e43d3e (diff) | |
nvim-notify update
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
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. |
