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",