Created
April 12, 2014 19:57
-
-
Save philtomson/10553788 to your computer and use it in GitHub Desktop.
current gvimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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