Awkward handling of LSPs that don't support textDocument/completion (e.g. null-ls) #220
Closed
2 tasks done
Labels
bug
Something isn't working
Make sure you have done the following
blink.cmp
Bug Description
I am using the latest stable version of blink.cmp. Thanks for your hard work, this is an amazing completion plugin and so much better out-of-the-box than nvim-cmp.
I am having issues though with LSPs that don't support the textDocument/completion method. For example, when inserting text into both markdown docs (where I use null-ls, technically not an LSP, but it emulates one), and the gitcommit filetype, I see errors on insert like this:
I guess it would make sense for
blink.cmp
to silently disable its LSP integration in this case if that method isn't supported for a buffer.I can work around this for now by adding the relevant filetypes to
blocked_filetypes
.Relevant configuration
neovim version
NVIM v0.11.0-dev-1066+g05d9e6a9e
blink.cmp
version: branch, tag, or commitv0.5.0
The text was updated successfully, but these errors were encountered: