nvim: clarify LSP hover problem
This commit is contained in:
parent
dfed47d0a4
commit
f6e29bd65c
@ -85,7 +85,7 @@ vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, {
|
||||
border = 'rounded',
|
||||
width = 60,
|
||||
focusable = false,
|
||||
-- next 2 lines do nothing
|
||||
-- next 2 lines do nothing, overwritten by open_floating_preview()
|
||||
relative = 'win',
|
||||
anchor = 'NE',
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user