-
I configured the fzf and fzf-lua in fish shell
shortcut to search content in a folder
The results do not following the color in the FZF_DEFAULT_OPTS. In the nvim, I used a similar command to search the content, while color is not working as well.
fzf-lua config in init.vim
how to config the grep command correctly? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
May 30, 2025
Replies: 2 comments 2 replies
-
set |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe treesitter is taking over? Try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ccshao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe treesitter is taking over? Try
:FzfLua grep search=… winopts.treesitter=false