From 4030a8954a8e269bdeac1238d09af7fe75a69f51 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 29 Sep 2017 12:55:10 +0100 Subject: [PATCH] vimrc: remove opam/ocaml traces --- .vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vimrc b/.vimrc index db284ed..efee426 100644 --- a/.vimrc +++ b/.vimrc @@ -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