Closed Song-Tianxiang closed 11 months ago
I want to know how can I make preview window work. Checked doc but have not find infomation.
You need to execute preview
action or use ddu-ui-ff-param-autoAction
.
call ddu#custom#patch_global(#{
\ ui: 'ff',
\ uiParams: #{
\ ff: #{
\ autoAction: #{
\ name: 'preview',
\ },
\ },
\ },
\ })
Because I'm using vim, so I can not make filter window floating. Filter window in a seperate line is really ugly, can I put filter window just in cmdline? I mean, like vim's builtin / search,
Sorry. I don't want to support it. It is my policy. The command line is not normal window.
Thank you. For reference, this works for me.
g:ddu#custom#patch_global({
ui: 'ff',
uiParams: {
ff: {
startAutoAction: true,
autoAction: {
name: 'preview',
},
}
})
Because I'm using vim, so I can not make filter window floating. Filter window in a seperate line is really ugly, can I put filter window just in cmdline? I mean, like vim's builtin / search,
I think it should be implemented by another UI.
Current ddu-ui-ff
is already complex.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
I don't know how to make preview window work and if I can put filter window just in cmdline.
Expected
It's not a bug.
I want to know how can I make preview window work. Checked doc but have not find infomation.
Because I'm using vim, so I can not make filter window floating. Filter window in a seperate line is really ugly, can I put filter window just in cmdline? I mean, like vim's builtin / search,
Environment Information
ddu-ui-ff version (SHA1):
denops.vim version (SHA1):
deno version(
deno -V
output):OS: macos ventura 13.6.1
neovim/Vim
:version
output: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Dec 05 2023 14:38:33) macOS version - x86_64 Included patches: 1-2150Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Screenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)