File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 11return {
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}
You can’t perform that action at this time.
0 commit comments