nvim: clarify LSP hover problem

This commit is contained in:
tastytea 2022-10-08 12:20:47 +02:00
parent dfed47d0a4
commit f6e29bd65c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -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',
})