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:
parent
5f85709148
commit
4030a8954a
5
.vimrc
5
.vimrc
@ -65,11 +65,6 @@ Plugin 'JamshedVesuna/vim-markdown-preview'
|
|||||||
|
|
||||||
call vundle#end()
|
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
|
set omnifunc=syntaxcomplete#Complete
|
||||||
|
|
||||||
" YouCompleteMe python fix
|
" YouCompleteMe python fix
|
||||||
|
Loading…
Reference in New Issue
Block a user