Have supertab use omnicomplete

This commit is contained in:
2018-06-21 13:04:14 -07:00
parent deaf3e1148
commit 0a7f9d736c

3
.vimrc
View File

@@ -70,6 +70,9 @@ nmap <Leader>a :Ack!<Space>
nmap <Leader>c :cclose<CR>
nmap <Leader>C :copen<CR>
" supertab
let g:SuperTabDefaultCompletionType = "<c-x><c-o>"
" merlin
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"