feat: lazyload notify's configuration (#1855)

Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
This commit is contained in:
kylo252 2022-01-02 10:25:20 +01:00 committed by GitHub
parent 91077623f0
commit 9017389766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 128 additions and 77 deletions

View file

@ -53,6 +53,10 @@ return {
"rcarriga/nvim-notify",
commit = commit.nvim_notify,
disable = not lvim.builtin.notify.active,
config = function()
require("lvim.core.notify").setup()
end,
event = "BufRead",
},
{ "Tastyep/structlog.nvim", commit = commit.structlog },