AutoYADM commit: 2024-12-23 03:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-23 03:30:02 -05:00
parent 1d0f8f8d88
commit 49b9dd5c23

View file

@ -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,
},
},
}