Closed stabenfeldt closed 9 years ago
I managed to get it installed by cd ~/.vim/bundle && git clone git://github.com/mohitleo9/vim-fidget.git && cd vim-fidget && npm install -g
Copied from http://www.reddit.com/r/vim/comments/2ep6l3/jsfiddle_in_vim_with_live_update_and_can_share_at/
That's exactly the way to do it. Closing this.
Perhaps also remove the Vundle part from the README also, if that doesn't work?
Update the install instructions to some that work, perhaps?
I added
Bundle 'mohitleo9/vim-fidget'
to.vimrc.bundles
and ranBundleInstall
, but no vim-fidget is installed. I get no error messages either. I have plenty of other vim-plugins already installed with Vundle, but this would not install. Any tips?