fix: fix hover border

This commit is contained in:
fm39hz-workstation 2024-05-20 16:42:41 +07:00
parent 4e24c85077
commit cb844da6bc

View file

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