Skip to content

Commit 8a368f0

Browse files
A-Lamiamehalter
authored andcommitted
feat(noice): add initial support for noice
1 parent 60f93ef commit 8a368f0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lua/astrotheme/groups/plugins/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ return {
2020
["telescope.nvim"] = "telescope",
2121
["vimwiki"] = "vimwiki",
2222
["which-key.nvim"] = "which-key",
23+
["noice.nvim"] = "noice",
2324
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
local function callback()
2+
return {
3+
NoiceCursor = { link = "Cursor" },
4+
}
5+
end
6+
7+
return callback

0 commit comments

Comments
 (0)