telescope-frecency.nvim icon indicating copy to clipboard operation
telescope-frecency.nvim copied to clipboard

big blank area

Open ayoubelmhamdi opened this issue 2 years ago • 2 comments

how can remove this area when i using frencency :

:lua require('telescope').extensions.frecency.frecency({default_text=":CWD:"})

telescopefrency1 this area is change with :CWD: also my laptop is 10" or 11" and my default config of telescope is:

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,
          },
      }
}


ayoubelmhamdi avatar Sep 03 '21 14:09 ayoubelmhamdi

Should have been reported to the frecency repo. Transfering issue

Conni2461 avatar Sep 03 '21 18:09 Conni2461

I'm still waiting! could help me!

ayoubelmhamdi avatar Sep 11 '21 11:09 ayoubelmhamdi