diff options
author | kylo252 <[email protected]> | 2021-10-24 08:37:02 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2021-10-24 08:37:02 +0200 |
commit | 1f2167df0ea3f837c9c78a0137a888ca05e5e83a (patch) | |
tree | 6fd46809d7dd4ff7fffae00b257579397de793cd /lua/onedarker/init.lua | |
parent | 30de3736baec9a72134205de91f3388e3ea68bcf (diff) | |
parent | 3dd60bd3d4165b14844a514d519f3810b8142a02 (diff) |
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'lua/onedarker/init.lua')
-rw-r--r-- | lua/onedarker/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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, |