nvim/lua/plugins/noice.lua

10 lines
152 B
Lua

return {
"folke/noice.nvim",
opts = {
presets = {
lsp_doc_border = true,
inc_rename = true,
},
},
}