Skip to content

Instantly share code, notes, and snippets.

@Gbury
Created January 15, 2019 12:58
Show Gist options
  • Save Gbury/275ae4c09eea11c71fd03e28463f3939 to your computer and use it in GitHub Desktop.
Save Gbury/275ae4c09eea11c71fd03e28463f3939 to your computer and use it in GitHub Desktop.
" Opam path
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
" Merlin
execute "set rtp+=" . g:opamshare . "/merlin/vim"
let g:syntastic_ignore_files = ['\m\c\.ml[ly]$']
let g:syntastic_ocaml_checkers = ['merlin']
" Make syntastic populate the location list to allow jumping to the next error
let g:syntastic_always_populate_loc_list = 1
" Ocp-indent
set rtp+=~/build/vim/ocp-indent-vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment