diff --git a/.config/nvim/lua/plugins/noice.lua b/.config/nvim/lua/plugins/noice.lua index b085c779..3ecfaf97 100644 --- a/.config/nvim/lua/plugins/noice.lua +++ b/.config/nvim/lua/plugins/noice.lua @@ -2,6 +2,13 @@ return { "folke/noice.nvim", event = "VeryLazy", opts = { + routes = { + { + -- we skip `ltex` messages since they're spammy :) + filter = { event = "lsp", find = "ltex" }, + opts = { skip = true }, + }, + }, presets = { lsp_doc_border = true, },