Add border for lsp documentation hover
This commit is contained in:
parent
e79bc5ab24
commit
bb19d85b65
@ -5,7 +5,15 @@ local spec = {
|
|||||||
|
|
||||||
spec.event = "VeryLazy"
|
spec.event = "VeryLazy"
|
||||||
|
|
||||||
spec.opts = {}
|
spec.opts = {
|
||||||
|
lsp = {
|
||||||
|
documentation = {
|
||||||
|
opts = {
|
||||||
|
border = { style = "rounded" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
spec.keys = {
|
spec.keys = {
|
||||||
{ "<leader>nd", "<cmd>NoiceDismiss<CR>" },
|
{ "<leader>nd", "<cmd>NoiceDismiss<CR>" },
|
||||||
|
Loading…
Reference in New Issue
Block a user