This plugin looks like exactly what I'm after. Hope I can get it working…
I've installed Snap, and it opens windows okay, but it doesn't filter the results against my search query:
As I understand it, there should be no results because nothing matches the query I've entered: "filter". The results list, once loaded, does not change when the query changes.
Here's a minimal init.lua that still exhibits the issue (on my machine). I copy-pasted the Snaps from the README:
NVIM v0.8.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.8.0/share/nvim"
Run :checkhealth for more info
Is there any other info I can provide? I'm afraid I don't know really how to debug Neovim plugins.
This plugin looks like exactly what I'm after. Hope I can get it working…
I've installed Snap, and it opens windows okay, but it doesn't filter the results against my search query:
As I understand it, there should be no results because nothing matches the query I've entered: "filter". The results list, once loaded, does not change when the query changes.
Here's a minimal
init.lua
that still exhibits the issue (on my machine). I copy-pasted the Snaps from the README:My neovim version is:
Is there any other info I can provide? I'm afraid I don't know really how to debug Neovim plugins.