mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
This commit is contained in:
parent
91077623f0
commit
9017389766
5 changed files with 128 additions and 77 deletions
|
@ -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 },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue