mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 05:54:03 +02:00
[fix] fix notify's highlight groups and make it optional (#1827)
This commit is contained in:
parent
10df0b5ffd
commit
a96a44a16a
6 changed files with 95 additions and 25 deletions
|
@ -8,7 +8,10 @@ return {
|
|||
{
|
||||
"williamboman/nvim-lsp-installer",
|
||||
},
|
||||
{ "rcarriga/nvim-notify" },
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
disable = not lvim.builtin.notify.active,
|
||||
},
|
||||
{ "Tastyep/structlog.nvim" },
|
||||
|
||||
{ "nvim-lua/popup.nvim" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue