merlin
merlin copied to clipboard
Vim Returns "E764: Option 'omnifunc' is not set" When I Enter <ctrl-x> <ctrl-o>
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
Looks like a configuration problem ? Any VIM user around ? Maybe @julow ?
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.