Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deprecated opt message for
global_xxx
Picker global defaults should be defined in the `defaults` table instead, e.g: ```lua require("fzf-lua").setup({ defaults = { file_icons = false, git_icons = false } }) ```
- Loading branch information