]> git.rmz.io Git - dotfiles.git/commitdiff
lazyvim: delete noice
authorSamir Benmendil <me@rmz.io>
Mon, 10 Feb 2025 21:38:32 +0000 (21:38 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 16:05:27 +0000 (16:05 +0000)
nvim/lua/plugins/ui.lua

index 3d489839ff28c1af1eb0d4f5edfced9c220f6ecb..f34b5a3b2b5811c32a5575f4fe4706c259f3595e 100644 (file)
@@ -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