We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9c697 commit 36e9f25Copy full SHA for 36e9f25
autoload/lsp/ui/vim/output.vim
@@ -40,7 +40,7 @@ function! s:get_float_positioning(height, width) abort
40
" Float does not fit
41
if l:y - 2 > l:height
42
" Fits above
43
- let l:y = winline() - l:height
+ let l:y = winline() - l:height -1
44
elseif l:y - 2 > winheight(0) - l:y
45
" Take space above cursor
46
let l:y = 1
0 commit comments