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

Don't syntax highlight mll and mly files in Vim

This commit is contained in:
Joe Groocock 2016-10-14 22:41:46 +01:00
parent 4c5ad846e6
commit 2798226526

1
.vimrc
View File

@ -43,6 +43,7 @@ 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