From c06e3152cbe7247af42f84d9bf2c3e452b719e46 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Thu, 14 Sep 2023 08:52:39 +0530 Subject: [PATCH] refactor: disable the file wite notification --- lua/plugins/editor.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 = {