fix(fzf-lua): fzfLivePrompt set to Normal to avoid pinkish color when grepping

FzfLua sets pinkish color when usig FzfLua grep through files so resetting to use Normal
This commit is contained in:
Redoxahmii 2025-02-06 20:06:58 +05:00
parent 58ea6a9217
commit c4c6b2e158

View file

@ -12,6 +12,7 @@ function M.get(c, opts)
FzfLuaHeaderBind = { fg = c.yellow, bg = c.bg_float },
FzfLuaPreviewTitle = { fg = c.blue, bg = c.bg_float },
FzfLuaTitle = { fg = c.orange, bg = c.bg_float },
FzfLuaLivePrompt = "Normal"
}
end