Skip to content

Commit ea06a3c

Browse files
committed
adjust lsp hover window size
1 parent 249eb8d commit ea06a3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/lsp_conf.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ vim.api.nvim_create_autocmd("LspAttach", {
6363
map("n", "K", function()
6464
vim.lsp.buf.hover {
6565
border = "single",
66-
max_height = 20,
67-
max_width = 130,
66+
max_height = 40,
67+
max_width = 100,
6868
close_events = { "CursorMoved", "BufLeave", "WinLeave", "LSPDetach" },
6969
}
7070
end)

0 commit comments

Comments
 (0)