Alexis Sellier

Results 280 comments of Alexis Sellier

I'm reverting the change for now and will look into this soon.

I can't reproduce this. Are you inside a .git repo or not?

I've had this issue, and on my side it had to do with my `/tmp` dir being full. The plugin creates a temporary file there to interface with the cli.

@tssm what makes you think it's the same problem? The temp file name is always different, but you can get an idea by running: `:echom tempname()` in nvim.

Can you both check if the problem exists with the `noroot` branch? With vimplug you can do: ``` Plug 'cloudhead/neovim-fuzzy', { 'branch': 'noroot' } ``` This branch is reset to...

Also I forgot to ask, what is shown in the fuzzy open status bar? The correct search dir or the incorrect one? ie: ``` FuzzyOpen ~/src/neovim-fuzzy (2 files) ```

And finally, is anyone of you using `set autochdir` in your vim configs?

In the current master branch, the status bar shows the search root, since the search root is not necessarily your pwd, it could be for instance the git root if...

I haven't been able to reproduce, but I've recently run into another issue, and I'm wondering if there's a chance they are related: it happens when netrw is used, for...