nix-conf/home/config/nvim/lua/plugins/noice.lua
2025-01-26 22:58:54 +08:00

32 lines
536 B
Lua

return {
{
"folke/noice.nvim",
opts = {
presets = {
lsp_doc_border = true,
},
lsp = {
override = {
["cmp.entry.get_documentation"] = true,
},
},
views = {
hover = {
border = {
style = "rounded",
},
},
confirm = {
border = {
style = "rounded",
},
},
popup = {
border = {
style = "rounded",
},
},
},
},
},
}