From 27982265261c46356b11a76d8d3bfdfbee59fd50 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 14 Oct 2016 22:41:46 +0100 Subject: [PATCH] Don't syntax highlight mll and mly files in Vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 0bef6cb..998218a 100644 --- a/.vimrc +++ b/.vimrc @@ -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