zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
503 stars 40 forks source link

Can't search/filter the LSP completion candidates #136

Closed lazywei closed 1 year ago

lazywei commented 1 year ago

Check if applicable

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 image

But when I type h (or H), the candidates are just all gone. image

Expected Behavior The list of candidates should be filtered correctly and show the HHKB as the candidate.

How to reproduce?

  1. In a folder of markdown notes
  2. run zk init with the latest zk installed via homebrew
  3. 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[bot] commented 1 year ago

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[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.

tjex commented 9 months ago

@lazywei you haven't included the lsp setup entries in your config. Look again at the readme for the full base config.