Closed kamecha closed 1 year ago
This may not be related to this issue, but when setting filterFloatingPosition
is top
and other setting is same above, the preview window is not arrange correctly I think.
nmap <silent> [ddu]f <Cmd>call ddu#start({
\ 'ui': 'ff',
\ 'uiParams': {
\ 'ff': {
\ 'startFilter': v:true,
\ 'autoAction': {
\ 'name': 'preview',
\ },
\ 'split': 'floating',
\ 'previewFloating': v:true,
\ 'floatingBorder': 'rounded',
\ 'previewFloatingBorder': 'rounded',
\ }
\ },
\ 'sources': [{'name': 'file_rec', 'params': {}}],
\ })<CR>
screen shot...
Fixed.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
SSIA
Expected
preview window's width and main window's width should be same. Or user can setting preview window's width when setting when setting
previewSplit
ishorizontal
.Environment Information
deno -V
output): deno 1.30.3:version
output: NVIM v0.9.0-dev-1088+gd66832c76 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
<Space>
u
f
for start dduScreenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)