Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
/ deoplete-ocaml Public archive

Asynchronous completion for OCaml in vim or neovim

License

Notifications You must be signed in to change notification settings

copy/deoplete-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deoplete-ocaml

Asynchronous completion for OCaml in vim or neovim using merlin and deoplete.

Status: Experimental, but working well in practice.

Requirements

Configuration

" enable deoplete
let g:deoplete#enable_at_startup = 1

" this is the default, make sure it is not set to "omnifunc" somewhere else in your vimrc
let g:deoplete#complete_method = "complete"

" other completion sources suggested to disable
call deoplete#custom#option('ignore_sources', {})
call deoplete#custom#option('ignore_sources.ocaml', ['buffer', 'around', 'member', 'tag'])

" no delay before completion
call deoplete#custom#option('auto_complete_delay', 0)

About

Asynchronous completion for OCaml in vim or neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages