diff --git a/.config/nvim/lua/plugins/noice.lua b/.config/nvim/lua/plugins/noice.lua index d211ee5c..8e820306 100644 --- a/.config/nvim/lua/plugins/noice.lua +++ b/.config/nvim/lua/plugins/noice.lua @@ -1,33 +1,9 @@ return { "folke/noice.nvim", event = "VeryLazy", - -- dependencies = { - -- "rcarriga/nvim-notify", - -- }, - -- opts = { - -- -- recipe to ignore progress messages from - -- -- the ltex lsp - -- routes = { - -- { - -- filter = { - -- event = "lsp", - -- kind = "progress", - -- cond = function(message) - -- -- local client = vim.tbl_get(message.opts, "progress", "client") - -- local client = vim.tbl_get(message.opts, "client") - -- return client == "ltex" - -- end, - -- }, - -- opts = { skip = true }, - -- }, - -- { - -- filter = { - -- event = "msg_show", - -- kind = "", - -- find = "written", - -- }, - -- opts = { skip = true }, - -- }, - -- }, - -- }, + opts = { + presets = { + lsp_doc_border = true, + }, + }, }