fix: fix hover border

pull/98/head
fm39hz-workstation 2024-05-20 16:42:41 +07:00
parent 4e24c85077
commit cb844da6bc
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,
},
},
},
},
} }