From 2606c2f6c773f8913af0344c1ec4c712628f4a1c Mon Sep 17 00:00:00 2001 From: doryan Date: Sat, 14 Dec 2024 02:54:31 +0400 Subject: [PATCH] feat: get back noice plugin --- lua/plugins/core/init.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lua/plugins/core/init.lua b/lua/plugins/core/init.lua index 55344f7..a5884d9 100644 --- a/lua/plugins/core/init.lua +++ b/lua/plugins/core/init.lua @@ -61,7 +61,6 @@ return { }, { 'Bekaboo/dropbar.nvim', - -- optional, but required for fuzzy finder support dependencies = { 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' @@ -73,6 +72,14 @@ return { vim.keymap.set('n', '];', dropbar_api.select_next_context, { desc = 'Select next context' }) end }, + { + "folke/noice.nvim", + event = "VeryLazy", + dependencies = { + "MunifTanjim/nui.nvim", + "rcarriga/nvim-notify", + }, + }, { "nvim-neo-tree/neo-tree.nvim", branch = "v2.x",