refactor: disable the file wite notification

This commit is contained in:
Dinesh Salunke 2023-09-14 08:52:39 +05:30
parent 64e24127a9
commit c06e3152cb

View File

@ -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 = {