natecraddock / nvim-find

A fast and simple finder plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible cursor

max107 opened this issue · comments

commented

Hi. Great plugin, great idea. Big thanks.
I have small problem with nvim-find. i dont see cursor for select file in prompt window.

image

Hi! Thanks for reporting. I think this might be a colorscheme problem, though I haven't looked closely.

Unfortunately I have actually stopped development on this plugin in favor of https://github.com/nvim-telescope/telescope.nvim. I originally created this for a better filepath matching algorithm than telescope, but I now realize I don't have the time to maintain a plugin like this.

So I am now working on https://github.com/natecraddock/zf, after finishing I will create a telescope extension wrapping zf for better filepath matching.