1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vimrc: remove opam/ocaml traces

This commit is contained in:
Joe Groocock 2017-09-29 12:55:10 +01:00
parent 5f85709148
commit 4030a8954a
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

5
.vimrc
View File

@ -65,11 +65,6 @@ Plugin 'JamshedVesuna/vim-markdown-preview'
call vundle#end()
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"
execute "set rtp+=" . g:opamshare . "/vim/syntax/ocp-indent.vim"
let g:syntastic_ocaml_checkers = ['merlin']
let g:syntastic_ignore_files = ['\m\c.(mll|mly)$']
set omnifunc=syntaxcomplete#Complete
" YouCompleteMe python fix