Alexis Sellier
Alexis Sellier
Yes, probably can be renamed to something like `--birth-height`
Closed in 5862aab
This is still pretty low priority, as no one has shown interest yet, but we can start discussing if you have ideas.
Hello, any news on this? Also trying to cross compile and getting the same error :(
Ok, this is fixed by running the build with `PKG_CONFIG_ALLOW_CROSS=1` https://docs.rs/pkg-config/0.3.15/pkg_config/enum.Error.html#variant.CrossCompilation
:100:
I think I'm going to enable this by default, as it seems to still respect .gitignore and doesn't search in .git directories.
Here we go: https://github.com/cloudhead/neovim-fuzzy/commit/b9242e3c33223e2556e5ab4e71daeb77c945af74 (in current master) Try it out and let me know.
Ah yes, it's because I have a `.ignore` file in my home directory with `.git/` in it. You can do that for now, but I'm going to probably turn this...
I think what I'll do is expose a `fuzzy#open` function that can be called with a few options, then you can either use the default FuzzyOpen, or create a new...