Can't search/filter the LSP completion candidates
lazywei opened this issue · 3 comments
lazywei commented
Check if applicable
- I have searched the existing issues (required)
- I'm willing to help fix the problem and contribute a pull request
Describe the bug
When typing [[
the auto-completion is correctly triggered, but the candidates can't be searched/filtered.
For example, here is the list for my notes
But when I type h
(or H
), the candidates are just all gone.
Expected Behavior
The list of candidates should be filtered correctly and show the HHKB
as the candidate.
How to reproduce?
- In a folder of markdown notes
- run
zk init
with the latest zk installed viahomebrew
- in neovim, type
[[
to trigger the auto-completion
zk configuration
all default settings
Neovim configuration
{
"mickael-menu/zk-nvim",
config = function()
require("zk").setup({
picker = "telescope",
})
end
},
### Environment
```bash
zk 0.14.0
system: Darwin 22.5.0 arm64
NVIM v0.9.0-dev-2556+g2dfb51a2b-Homebrew
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/HEAD-2dfb51a/share/nvim"
Run :checkhealth for more info
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.
github-actions commented
This issue was closed because it has been stalled for 5 days with no activity.