There was an error while loading. Please reload this page.
1 parent 249eb8d commit ea06a3cCopy full SHA for ea06a3c
1 file changed
lua/lsp_conf.lua
@@ -63,8 +63,8 @@ vim.api.nvim_create_autocmd("LspAttach", {
63
map("n", "K", function()
64
vim.lsp.buf.hover {
65
border = "single",
66
- max_height = 20,
67
- max_width = 130,
+ max_height = 40,
+ max_width = 100,
68
close_events = { "CursorMoved", "BufLeave", "WinLeave", "LSPDetach" },
69
}
70
end)
0 commit comments