smart-open.nvim
smart-open.nvim copied to clipboard
Neovim plugin for fast file-finding
Currently, the plugin uses the builtin highlight group `Directory` to highlight directories. Would you accept a PR that introduces a custom hlgroup such as `SmartOpenDirectory` (or any other name you...
After starting a search with `lua require('telescope').extensions.smart_open.smart_open()`, the telescope action `to_fuzzy_refine` doesn't work and triggers the following warning: ```log [telescope] [WARN 20:13:41] /Users/user/.local/share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:669: Finder failed with msg: ...escope-fzf-native.nvim/lua/telescope/_extensions/fzf.lua:97: bad argument...
I switched to fzf-lua since it was much faster at finding things than telescope. Would it be possible to integrate with the plugin? https://github.com/ibhagwan/fzf-lua
[telescope-zf-native.nvim](https://github.com/natecraddock/telescope-zf-native.nvim) is a native telescope bindings to zf for sorting results, which is designed for better matching on filepaths than fzf or fzy. Not only the matching on filenames are...
I would like to customize smart-open like so: ``` telescope.setup({ extensions = { smart_open = { preview = { hide_on_startup = true }, layout_config = { width = 0.65, },...
Hi, Recently I saw that telescope-frecency has dropped the sqlite3 requirement, and since this plugin was inspired by that I wonder if it is considered to follow/borrow from it and...
Really cool plugin. Thank you! Similiar to oldfiles in telescope. Would be nice to have a configuration to hide the open_buffer_indicators. Personally I don't find it helpful. It might be...
# Is your feature request related to a problem? Please describe. Very often searching a file takes +10 seconds. However 99% the time the result I search for already appears...
Hi there, i have been using this plugins for many months, and the only thing that troubles me is that exact match always get a lower priority than fuzzy found...
At the time of writing, the `0.2.x` branch of `smart-open.nvim` produces a strange "phantom" entry, with an empty filename, seemingly containing raw `ls` command output. See the screenshot below: ![Screenshot...