JINNOUCHI Yasushi
JINNOUCHI Yasushi
Sorry for late. I've implemented this in #307 and released `1.2.0`. You can enable this feature by `unregister_hidden = true` in your config. I'm planning to make this default: `true`...
Almost the same idea is issued on #125. I'm thinking an idea that I will introduce a “query” function to get entries from the DB. ```lua local files = require("frecency").query...
I am still implementing #217 experimentally, but I can see it achieves your purpose with simple code. (And I also found telescope's builtin live_grep picker accepts filenames to search.) ```lua...
I added `query()` to get entries from DB. Check it.
Oh, sorry this is a bug. You can make the filter names be not shown by `show_filter_column = false` in config. This is fixed in the new release `1.0.2`.
@mawkler Yes. It shows the basename of “workspace” when it runs with `workspace=FOO`. This is an intended behavior from the beginning of this plugin.
If you want not to see this, you can use `show_filter_column = false` as I explained above.
You should set `show_filter_column = false` in your config. Not with the command `:Telescope`. Hmm, not all config are enabled within the command execution. This may be a known problem.
I see. I didn't investigate the specified logic for `matcher = 'fuzzy'`. Reopen this and look into it.
This problem occurs again on the current build. ref: https://github.com/nvim-telescope/telescope.nvim/issues/2712