JINNOUCHI Yasushi
JINNOUCHI Yasushi
frecency has “workspace feature”, so that it tries to show paths truncated by cwd as the workspace. It ignores the default options for `path_display` in that process.
@aayestashn sorry for late. This has been fixed. Now it respects `path_display` in `telescope.setup` or the command you typed. See #196 or README for the detail.
Strange. I wrote a minimal config and could not reproduce this. 1. Store this info `~/.config/nvim-dev/telescope/init.lua`. ```lua local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim" if vim.uv.fs_stat(lazypath) then vim.opt.rtp:prepend(lazypath) else load(vim.fn.system...
Same results. I wonder that your DB may have an entry on the top. Can you show me results from this command? ```bash # run this on your dotfiles dir...
Hmm, why the orders are different between the minimal config and yours? Please show me your config for telescope-frecency.
> ``` > [ > "/home/csessh/.dotfiles/nvim/.config/nvim/lua/plugins/telescope.lua", > "/home/csessh/.dotfiles/nvim/.config/nvim/lua/plugins/lsp.lua", > "/home/csessh/.dotfiles/shell/.zshrc", > …… The command I supplied makes it print entries with the descending order by score. So I supposed the...
Ah, this is my mistake. The top entry seems to be `/home/csessh/.dotfiles/nvim/.config/nvim/lua/plugins/telescope.lua` and frecency shows it as an invalid string `.dotfiles//home/csessh/....`. I mistakenly your entries in DB relates to [this...
Nice work! IMO, It may not be done every time, but it should be done once for several times opening frecency. I will think this later again. But I must...
Now I've released [1.1.0](https://github.com/nvim-telescope/telescope-frecency.nvim/releases/tag/1.1.0) that has “v2” version of database. You can test it with `db_version = "v2"` in `setup {}`.
This issue will be closed when 2.0.0 is released and deprecated “v1” database is removed.