attempt to call field 'get_keyword_range' (a nil value) #1414
Replies: 3 comments
-
What is your operating system? Seems like you have a problem with the prebuilt binary (not downloaded or unsupported system). Try the following setting to get rid of the error message: fuzzy = {
implementation = 'lua',
} |
Beta Was this translation helpful? Give feedback.
-
It's Fedora Workstation 41. Edit : Yes, the errors are not showing and for the completion, it is working but, only for files. And not on cmdline. Could you please review the above code ? |
Beta Was this translation helpful? Give feedback.
-
What do you mean? Did you setup an LSP? Some snippets?
The completion window on commandline does not show up automatically, you need to configure it explicitly: cmdline = {
completion = { menu = { auto_show = true } },
}, |
Beta Was this translation helpful? Give feedback.
-
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
So, I'm trying to install "blink.cmp" but everytime I get this error "attempt to call field 'get_keyword_range' (a nil value)". I have tried everything, reinstalling Neovim, reconfiguring th config, installing various versions of "blink.cmp", but nothing works.
The following is the error I'm getting :
Relevant configuration
neovim
versionNVIM v0.10.4
blink.cmp
versionv0.13.1
Beta Was this translation helpful? Give feedback.
All reactions