From a96a44a16a46dae0aee0f5689ccfe644d2a27c0f Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:46:43 +0200 Subject: [fix] fix notify's highlight groups and make it optional (#1827) --- lua/onedarker/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/onedarker/init.lua') diff --git a/lua/onedarker/init.lua b/lua/onedarker/init.lua index 73043ac3..dec56afa 100644 --- a/lua/onedarker/init.lua +++ b/lua/onedarker/init.lua @@ -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, -- cgit v1.2.3