merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Vim Returns "E764: Option 'omnifunc' is not set" When I Enter <ctrl-x> <ctrl-o>

Open llee454 opened this issue 2 years ago • 2 comments

Vim returns the following error message when I open an OCaml file (a file that ends in *.ml), type a string such as "Int." and press while in insert mode: "E764: Option 'omnifunc' is not set".

llee454 avatar Apr 06 '23 21:04 llee454

Looks like a configuration problem ? Any VIM user around ? Maybe @julow ?

voodoos avatar Apr 19 '23 13:04 voodoos

This looks like a installation problem. Are you using opam user-setup install ?

Check if the plugin is installed by typing :call merlin#Register(), it'll make an error if it isn't.

Julow avatar Apr 19 '23 13:04 Julow