1
0

Add border for lsp documentation hover

This commit is contained in:
Patrick Auernig 2024-02-27 01:59:06 +01:00
parent e79bc5ab24
commit bb19d85b65

View File

@ -5,7 +5,15 @@ local spec = {
spec.event = "VeryLazy"
spec.opts = {}
spec.opts = {
lsp = {
documentation = {
opts = {
border = { style = "rounded" }
}
}
}
}
spec.keys = {
{ "<leader>nd", "<cmd>NoiceDismiss<CR>" },