keflavich / macvim-skim

Interlink macvim & skim for an integrated LaTeX DE
16 stars 6 forks source link

Add config option to set PATH to Skim.app #4

Closed mt3 closed 11 years ago

mt3 commented 11 years ago

I have Skim.app located at ~/Applications/PDFs, therefore would like to do something like:

let g:macvim_skim_app_path = '~/Applications/PDFs'

in my .vimrc.

keflavich commented 11 years ago

You can now install using the keyword SKIMPATH. But it would be cleverer to use a vim variable...

keflavich commented 11 years ago

OK, now I use an ftplugin file that respects the g:macvim_skim_app_path variable. The install script also takes care of that.

mt3 commented 11 years ago

Looks good! Thanks!