Closed rafi closed 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.:
package.json
livedown
NeoBundleLazy 'shime/vim-livedown', { \ 'build': { 'others': 'npm install' }, \ 'disabled': ! executable('npm'), \ 'filetypes': [ 'markdown' ] \ }
I've opened a pull-request for supporting locally installed livedown: https://github.com/shime/vim-livedown/pull/14
Could you add a
package.json
file with thelivedown
dependency so I could use my plugin manager to automatically install livedown when installing vim-livedown, e.g.: