Files
dotfiles/.vimrc
2019-12-07 10:35:39 +01:00

8 lines
227 B
VimL

syntax on
set number
set backupdir=~/.vim/backup,/tmp
set wrapscan
set guifont=Menlo\ for\ Powerline
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"