-
##### System information (version)
- OpenCV => :grey_question: 4.4
- Operating System / Platform => :grey_question: Windows 64 Bit
- Compiler => :grey_question: Visual Studio 2019
##### Det…
-
- vim or neovim?
- [ ] vim
- [x] neovim
- Output of `vim --version` or `nvim --version`: v0.4.3
- Output of `:echo has("python")`: 0
- Output of `:echo has("python3")`: 1
- Output o…
-
It's definitely great to support more fuzzy filter mode on the strength of the existing fuzzy finder tools, e.g., fzy, fzf, skim. It's trivial to feed the input into these tools by using `system()`, b…
-
System information (version)
- OpenCV => 4.1.0 (master head) (old 4.0.0 snapshot completes successfully in identical environment)
- Operating System / Platform => armhf Debian Stretch (raspberry p…
-
First of all, thanks for this plugin, it's great and works very well.
However, I noticed there is no way to grep files using FZF, only `skim`. Are there any technical reasons for that? It would b…
-
Working in the repo at the moment is pretty confusing:
* After a `yarn build` both `.js` and `.ts` files of the same name exist (confusing fuzzy file finders and whatnot)
* The `.js` versions of f…
-
**Environment:**
- OS: Ubuntu 16.04
- Neovim version: 0.4
- vim-clap version: c469dd09ab17bd60d2 (2nd October 12:32 PM CEST)
**Describe the bug**
When looking for a file `LocalInterface`…
-
I packaged my opencv3.4.3 as below successfully, but I encountered many error (at last) when I built my code.
opencv3/
├── include
│ ├── opencv
│ │ ├── cvaux.h
│ │ ├── cvaux.hpp
│ …
-
Despite the fact that I post updates of **fzf.kak** at [r/kakoune](https://www.reddit.com/r/kakoune) and at [Kakoune Discourse Board](https://discuss.kakoune.com/) I want to have a single place wh…
-
What is the equivalent to the following [lf] commands, which use [fzf] and [fd]?
**Example** – Select a file:
```
cmd select-fuzzy ${{
lf -remote "send $id select $(fd --type file | fzf)"
}…