AutoYADM commit: 2024-12-23 03:30:02
This commit is contained in:
parent
1d0f8f8d88
commit
49b9dd5c23
1 changed files with 5 additions and 29 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue