mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue