-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0f9d161
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @folke, ty for adding this, FYI, fzf-lua also respects
vim.g.fzf_colors
in case you wanted to setup the terminal fzf highlights (with neovim highlight groups), see:https://github.com/ibhagwan/fzf-lua?tab=readme-ov-file#fzf-colors
0f9d161
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm setting those in the LazyVim fzf-lua extra I'm working on https://github.com/LazyVim/LazyVim/pull/3555/files#diff-d2c11ff703a0823d5dcaf3137ebf3f0673e30da971e8b1a13ae4b277ba198e72
But might indeed be a good idea to set them in tokyonight if
vim.g.fzf_colors
is not set by the user