AutoYADM commit: 2024-12-25 23:15:02
This commit is contained in:
parent
0e963ec516
commit
f1a3a8a71b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@ return {
|
|||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
routes = {
|
||||
{
|
||||
-- we skip `ltex` messages since they're spammy :)
|
||||
filter = { event = "lsp", find = "ltex" },
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue