tobyS / pdv

PHP Documentor for VIM - Generates PHP docblocks
161 stars 32 forks source link

Windows g:pdv_template_dir setting #33

Open ianchanning opened 7 years ago

ianchanning commented 7 years ago

To get this plugin working in Windows (using Vundle) I had to use the following for the path:

let g:pdv_template_dir = $HOME . "\\.vim\\bundle\\pdv\\templates"