shime / vim-livedown

Vim plugin for Livedown.
493 stars 19 forks source link

`package.json` with `livedown` dependency #11

Closed rafi closed 9 years ago

rafi commented 9 years ago

Could you add a package.json file with the livedown dependency so I could use my plugin manager to automatically install livedown when installing vim-livedown, e.g.:

NeoBundleLazy 'shime/vim-livedown', {
    \ 'build': { 'others': 'npm install' },
    \ 'disabled': ! executable('npm'),
    \ 'filetypes': [ 'markdown' ]
    \ }
rafi commented 9 years ago

I've opened a pull-request for supporting locally installed livedown: https://github.com/shime/vim-livedown/pull/14