From 49b9dd5c2309ecd30e1075e27e2276cae5b4919e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 23 Dec 2024 03:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-23 03:30:02 --- .config/nvim/lua/plugins/noice.lua | 34 +++++------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) 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, + }, + }, }