We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can remove this area when i using frencency :
:lua require('telescope').extensions.frecency.frecency({default_text=":CWD:"})
this area is change with :CWD: also my laptop is 10" or 11" and my default config of telescope is:
:CWD:
10"
11"
require('telescope').setup{ defaults ={ prompt_prefix = " ", selection_caret = " ", file_sorter = require'telescope.sorters'.get_fuzzy_file, sorting_strategy = "ascending", layout_strategy = "horizontal", layout_config = { prompt_position="top", height = 0.90, width = 0.90, preview_width = 0.60, }, }, extensions = { frecency = { db_root = "/mega/repo/dotfiles/telescope-frency", show_scores = false, show_unindexed = false, disable_devicons = false, }, } }
The text was updated successfully, but these errors were encountered:
Should have been reported to the frecency repo. Transfering issue
Sorry, something went wrong.
I'm still waiting! could help me!
No branches or pull requests
how can remove this area
when i using frencency :
this area is change with
:CWD:
also my laptop is
10"
or11"
and my default config of telescope is:
The text was updated successfully, but these errors were encountered: