Skip to content

Instantly share code, notes, and snippets.

@philtomson
Created April 12, 2014 19:57
Show Gist options
  • Save philtomson/10553788 to your computer and use it in GitHub Desktop.
Save philtomson/10553788 to your computer and use it in GitHub Desktop.
current gvimrc
"set guifont= Droid\ Sans\ Mono\ Slashed
"set guifont=Inconsolata:m12
set guifont=Inconsolata\ 12
"set guifont=Droid\ Sans\ Mono\ Slashed:h16
colorscheme desert
execute pathogen#infect()
let s:ocamlmerlin=substitute(system('opam config var share'),'\n$','','''') . "/ocamlmerlin"
execute "set rtp+=".s:ocamlmerlin."/vim"
execute "set rtp+=".s:ocamlmerlin."/vimbufsync"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment