[fix] fix notify's highlight groups and make it optional (#1827)

This commit is contained in:
kylo252 2021-10-22 23:46:43 +02:00 committed by GitHub
parent 10df0b5ffd
commit a96a44a16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 95 additions and 25 deletions

View file

@ -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" },