From b10acf675a3b473e05ebdd7c5cfff18f6fcc0cf3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 10 Feb 2025 21:38:32 +0000 Subject: [PATCH] lazyvim: delete noice --- nvim/lua/plugins/ui.lua | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 3d48983..f34b5a3 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -50,38 +50,6 @@ return { }, }, }, - { - "noice.nvim", - enabled = false, - ---@type NoiceConfig - opts = { - presets = { - command_palette = false, -- don't position the cmdline and popupmenu together - lsp_doc_border = true, - long_message_to_split = true, - }, - cmdline = { - view = "cmdline", - }, - routes = { - { -- send file written messages to mini - filter = { - event = "msg_show", - kind = "", - find = "%[w%]", - }, - opts = { skip = true }, - }, - }, - }, - config = function(_, opts) - -- ensure [w] is written to msg_show so we can match it - vim.opt.shortmess:append("w") - vim.opt.shortmess:remove("W") - - require("noice").setup(opts) - end, - }, { "lualine.nvim", --TODO: Things that were in vim but are missing -- 2.48.1