added rust and cpp analyzer

This commit is contained in:
2025-09-27 10:24:43 +02:00
parent 5904040670
commit fba61bc3a5
28 changed files with 349 additions and 159 deletions

View File

@@ -1,16 +1,17 @@
return {
"folke/noice.nvim",
opts = function(_, opts)
table.insert(opts.routes, {
filter = {
event = "notify",
find = "No information available",
opts = {
cmdline = {
view = "cmdline",
},
lsp = {
progress = {
enabled = false,
},
opts = {
skip = true,
},
})
opts.presets.lsp_doc_border = true
opts.presets.bottom_search = false
end,
},
presets = {
lsp_doc_border = true,
bottom_search = false,
},
},
}