[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

@ -13,6 +13,7 @@ local highlights = require "onedarker.highlights"
local Treesitter = require "onedarker.Treesitter"
local markdown = require "onedarker.markdown"
local Whichkey = require "onedarker.Whichkey"
local Notify = require "onedarker.Notify"
local Git = require "onedarker.Git"
local LSP = require "onedarker.LSP"
local diff = require "onedarker.diff"
@ -22,6 +23,7 @@ local skeletons = {
Treesitter,
markdown,
Whichkey,
Notify,
Git,
LSP,
diff,