-
|
When I move cursor near to the left side or right, the preview window will hide. It makes me a little annoyed. Is there any config I can keep the preview window displayed and still use By the way, could we change the 'relative=cursor' behavior so that "near the cursor" only considers the cursor row? Relative setting: require 'fzf-lua'.lsp_references(
{
winopts = {
height=0.6,
relative='cursor',
preview = { layout = 'horizontal',horizontal="left:50%" }
},
}
) |
Beta Was this translation helpful? Give feedback.
Answered by
nenahp
Mar 8, 2026
Replies: 1 comment
-
|
#2605 seem to fix this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
allworldg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


#2605 seem to fix this case.