Skip to content

Commit 18302ef

Browse files
author
Juan Manuel Rocha Magalhães
committed
Add noice
1 parent 2d0cbe4 commit 18302ef

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

lua/core/plugins/noice.lua

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
return {
2-
{
3-
"folke/noice.nvim",
4-
event = "VeryLazy",
5-
opts = {
6-
-- add any options here
7-
},
8-
dependencies = {
9-
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
10-
"MunifTanjim/nui.nvim",
11-
-- OPTIONAL:
12-
-- `nvim-notify` is only needed, if you want to use the notification view.
13-
-- If not available, we use `mini` as the fallback
14-
"rcarriga/nvim-notify",
15-
}
16-
}
2+
"folke/noice.nvim",
3+
event = "VeryLazy",
4+
opts = {
5+
-- add any options here
6+
},
7+
dependencies = {
8+
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
9+
"MunifTanjim/nui.nvim",
10+
-- OPTIONAL:
11+
-- `nvim-notify` is only needed, if you want to use the notification view.
12+
-- If not available, we use `mini` as the fallback
13+
-- "rcarriga/nvim-notify",
14+
},
1715
}

0 commit comments

Comments
 (0)