defaults: set `winopts.hl.search` to 'IncSearch'

main
bhagwan 2 years ago
parent d44a33733e
commit 574ade266d

@ -290,7 +290,7 @@ require'fzf-lua'.setup {
-- Only valid with the builtin previewer:
cursor = 'Cursor', -- cursor highlight (grep/LSP matches)
cursorline = 'CursorLine', -- cursor line
search = 'Search', -- search matches (ctags)
search = 'IncSearch', -- search matches (ctags|help)
-- title = 'Normal', -- preview border title (file/buffer)
-- scrollbar_f = 'PmenuThumb', -- scrollbar "full" section highlight
-- scrollbar_e = 'PmenuSbar', -- scrollbar "empty" section highlight

@ -335,7 +335,7 @@ Consult the list below for available settings:
-- Only valid with the builtin previewer:
cursor = 'Cursor', -- cursor highlight (grep/LSP matches)
cursorline = 'CursorLine', -- cursor line
search = 'Search', -- search matches (ctags)
search = 'IncSearch', -- search matches (ctags)
-- title = 'Normal', -- preview border title (file/buffer)
-- scrollbar_f = 'PmenuThumb', -- scrollbar "full" section highlight
-- scrollbar_e = 'PmenuSbar', -- scrollbar "empty" section highlight

@ -41,7 +41,7 @@ M.globals = {
-- builtin preview only
cursor = 'Cursor',
cursorline = 'CursorLine',
search = 'Search',
search = 'IncSearch',
-- title = 'Normal',
-- scrollbar_f = 'PmenuThumb',
-- scrollbar_e = 'PmenuSbar',

Loading…
Cancel
Save