diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 8c5c13a..eed218f 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -347,6 +347,16 @@ return { inc_rename = false, -- enables an input dialog for inc-rename.nvim lsp_doc_border = true, -- add a border to hover docs and signature help }, + routes = { + { + filter = { + event = "msg_show", + kind = "", + find = "written", + }, + opts = { skip = true }, + }, + }, lsp = { -- override markdown rendering so that **cmp** and other plugins use **Treesitter** override = {