minor_updates
This commit is contained in:
parent
d93bf44ae0
commit
76e89bf33c
5 changed files with 13 additions and 53 deletions
|
|
@ -175,6 +175,9 @@ return {
|
|||
}),
|
||||
["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
|
||||
border = _border,
|
||||
max_width = 200,
|
||||
max_height = 200,
|
||||
focus = true,
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue