Skip to content

Commit

Permalink
use Vundle for vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukkee committed May 3, 2011
1 parent 4294547 commit 740bb4f
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 626 deletions.
113 changes: 0 additions & 113 deletions vim/autoload/ku/mrucommand.vim

This file was deleted.

141 changes: 0 additions & 141 deletions vim/autoload/ku/mrufile.vim

This file was deleted.

3 comments on commit 740bb4f

@gmarik
Copy link

@gmarik gmarik commented on 740bb4f May 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey!

  • Seems like Bundle 'git://gist.github.com/99234.git' wont work, becase it turns into 99234/comment.vim which isn't a "standard" plugin layout
  • interesting use of Bundle 'git://github.com/gmarik/vundle.git'
  • yeah i wish it was possible : Bundle 'http://svn.macports.org/repository/macports/contrib/mpvim/', {'name': 'macports', 'type': 'svn'} , not yet...

Other than that - thanks for trying Vundle!
Let me know if you have any issues....Thx!

@gmarik
Copy link

@gmarik gmarik commented on 740bb4f May 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also instead
Bundle 'git://github.com/Shougo/echodoc.git'
you can just use
Bundle 'Shougo/echodoc'
(same for the rest github based bundles)

@tsukkee
Copy link
Owner Author

@tsukkee tsukkee commented on 740bb4f May 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, gmarik! I updated my vimrc following your advice!
46cec89

Also, I forked vundle to support subversion and mercurial repositories, and use this now.
tsukkee/vundle@9d3546e

Please sign in to comment.