Files
dotfiles/config/nvim/lua/plugins/noice.lua
2024-08-09 12:27:45 +02:00

26 lines
437 B
Lua

-- Experimental UI plugin
-- https://github.com/folke/noice.nvim
return {
"folke/noice.nvim",
opts = {
lsp = {
progress = {
enabled = false,
},
},
routes = {
{
filter = {
event = "notify",
find = "No information available",
},
opts = { skip = true },
},
},
presets = {
inc_rename = true,
lsp_doc_border = true,
},
},
}