-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
I'm really excited about this plugin, which leverages Vim's existing complete machinery to produce awesome, fast autocomplete. Thank you for sharing it!
After following the manual installation instructions under https://github.com/girishji/vimcomplete#installation, I get the following error when starting Vim:
Error detected while processing VimEnter Autocommands for "*"..function <SNR>24_VimCompEnable[11]..vimcomplete#completor#Enable:
line 4:
E716: Key not present in Dictionary: "alwaysOn"
Adding echom options
to just before the line in question shows that options
is an empty object, {}
.
Ubuntu 24.04.2 LTS
v:versionlong = 9010697
legacy .vimrc with no completion-related settings
Can you advise? Thank you very much.