diff --git a/lua/plugins/noice.lua b/lua/plugins/noice.lua new file mode 100644 index 0000000..ff65b25 --- /dev/null +++ b/lua/plugins/noice.lua @@ -0,0 +1,18 @@ +return { + "folke/noice.nvim", + event = "VeryLazy", + opts = { + routes = { + { + filter = { + event = "msg_show", + kind = "", + --find = "written" + }, + opts = { + skip = true + } + } + } + } +}