Error on Start Up: attempt to index field 'super-tab' (a nil value) #1921
-
Make sure you have done the following
Bug DescriptionHi!
It seems to not find the super tab preset anymore. Relevant configurationreturn {
"saghen/blink.cmp",
opts = {
keymap = {
preset = "super-tab",
},
-- README also notes: 'you may want to set `completion.trigger.show_in_snippet = false`
-- or use `completion.list.selection = "manual" | "auto_insert"`'
completion = {
list = {
selection = "manual",
},
},
},
}
|
Beta Was this translation helpful? Give feedback.
Answered by
soifou
Jun 17, 2025
Replies: 1 comment 1 reply
-
This is an issue in LazyVim that incorrectly lookup the presets with the recent new blink version but hopefully it’ll be fixed soon—there’s a pending PR for it: LazyVim/LazyVim#6183 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
karimdjemai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue in LazyVim that incorrectly lookup the presets with the recent new blink version but hopefully it’ll be fixed soon—there’s a pending PR for it: LazyVim/LazyVim#6183