minor_updates

This commit is contained in:
Alexander Navarro 2024-11-19 15:48:45 -03:00
parent d93bf44ae0
commit 76e89bf33c
5 changed files with 13 additions and 53 deletions

View file

@ -175,6 +175,9 @@ return {
}),
["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
border = _border,
max_width = 200,
max_height = 200,
focus = true,
}),
},
}