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:
parent
4c5ad846e6
commit
2798226526
1
.vimrc
1
.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
|
||||
|
Loading…
Reference in New Issue
Block a user