From 18302ef0d953a61a3131858cd8db2e7d4f4e8cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Rocha=20Magalh=C3=A3es?= Date: Thu, 17 Apr 2025 22:37:57 -0300 Subject: [PATCH] Add noice --- lua/core/plugins/noice.lua | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/lua/core/plugins/noice.lua b/lua/core/plugins/noice.lua index 1d6c0f69..e546e29b 100644 --- a/lua/core/plugins/noice.lua +++ b/lua/core/plugins/noice.lua @@ -1,17 +1,15 @@ return { - { - "folke/noice.nvim", - event = "VeryLazy", - opts = { - -- add any options here - }, - dependencies = { - -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries - "MunifTanjim/nui.nvim", - -- OPTIONAL: - -- `nvim-notify` is only needed, if you want to use the notification view. - -- If not available, we use `mini` as the fallback - "rcarriga/nvim-notify", - } - } + "folke/noice.nvim", + event = "VeryLazy", + opts = { + -- add any options here + }, + dependencies = { + -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries + "MunifTanjim/nui.nvim", + -- OPTIONAL: + -- `nvim-notify` is only needed, if you want to use the notification view. + -- If not available, we use `mini` as the fallback + -- "rcarriga/nvim-notify", + }, }