nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
777 stars 37 forks source link

This extension doesn't exist or is not installed: frecency #38

Closed ayoubelmhamdi closed 3 years ago

ayoubelmhamdi commented 3 years ago

I get this message:

This extension doesn't exist or is not installed: frecency

but I'm using :

use {
  "nvim-telescope/telescope-frecency.nvim",
  config = function()
    require"telescope".load_extension("frecency")
  end,
  requires = {"tami5/sql.nvim"}
}

also :

   use 'wbthomason/packer.nvim'
   use 'nvim-lua/popup.nvim'
   use 'nvim-lua/plenary.nvim'
   use 'ojroques/nvim-lspfuzzy'
   use 'neovim/nvim-lspconfig'
   use 'nvim-treesitter/nvim-treesitter'
   use 'nvim-telescope/telescope.nvim'
kkharji commented 3 years ago

hmmm this sometimes happens when there's some type of error happen while loading frecency files. try to manually :luaf %s on frecency files starting the the main one, it may give more clues

ayoubelmhamdi commented 3 years ago

what are its frecency files, and where is it stored?
I think this app was created automatically in the system by database

ayoubelmhamdi commented 3 years ago

this error is fixed by installing sqlite-devel it's needed for void-linux also we need sqlite

$ xbps-install -S sqlite sqlite-devel
kkharji commented 3 years ago

this error is fixed by installing sqlite-devel it's needed for void-linux also we need sqlite

$ xbps-install -S sqlite sqlite-devel

it would be cool if you open a pr in sql.nvim for other void-linux users