ibhagwan / fzf-lua

Improved fzf.vim written in lua
MIT License
2.31k stars 150 forks source link

fzf-vim profiles crash with eveforest colortheme #1100

Closed XXiaoA closed 7 months ago

XXiaoA commented 7 months ago

Info

fzf-lua configuration ```lua require('fzf-lua').setup({ "fzf-vim" }) ```

Description

When we use fzf-vim profile and everforest, we will get the message

   Warn  12:19:21 PM notify.warn [Fzf-lua] fzf error 2: invalid color specification: bg+:#2e383c:cursorcolumn

if we want to use FzfLua command to fuzzyfind

https://github.com/ibhagwan/fzf-lua/assets/62557596/bd57bf0f-6e58-44d8-aeb2-e388bdda5ca1

ibhagwan commented 7 months ago

Ty for the report @XXiaoA, should work after https://github.com/ibhagwan/fzf-lua/commit/8cb22465e1ef532cb5fcd7d1fc06da46893cfdc8.

XXiaoA commented 7 months ago

Thanks for your great work, it was fixed!

ibhagwan commented 7 months ago

Thanks for your great work, it was fixed!

Ty for the update @XXiaoA!