plugins.dropbar.settings.fzf.char_pattern
Character pattern.
Type: null or string or raw lua code
Default:
null
Plugin default: "[%w%p]"
Declared by:
plugins.dropbar.settings.fzf.fuzzy_find_on_click
When opening an entry with a submenu via the fuzzy finder, open the submenu in fuzzy finder mode.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.dropbar.settings.fzf.keymaps
The keymaps that will apply in insert mode, in the fzf prompt buffer.
See :h dropbar-configuration-options-fzf
for the default value.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Declared by:
plugins.dropbar.settings.fzf.prompt
Prompt string that will be displayed in the statuscolumn
of the fzf input window.
Can include highlight groups
Type: null or string or raw lua code
Default:
null
Plugin default: "%#htmlTag# "
Declared by:
plugins.dropbar.settings.fzf.retain_inner_spaces
Whether to retain inner spaces.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.dropbar.settings.fzf.win_configs
Options passed to :h nvim_open_win
.
The fuzzy finder will use its parent window’s config by default, but options set here will
override those.
Same config as menu.win_configs
See :h dropbar-configuration-options-fzf
for the default value.
Type: null or (attribute set of anything)
Default:
null
Declared by: