fix: fix hover border

pull/99/head
fm39hz-workstation 2024-05-20 16:42:41 +07:00 committed by fm39hz-laptop
parent 4a46d3908f
commit 744307f63d
1 changed files with 13 additions and 0 deletions

View File

@ -45,4 +45,17 @@ return {
},
},
},
{
"folke/noice.nvim",
opts = {
presets = {
lsp_doc_border = true,
},
lsp = {
hover = {
silent = true,
},
},
},
},
}