Skip to content

Instantly share code, notes, and snippets.

@Kuchitama
Created December 4, 2012 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kuchitama/4199276 to your computer and use it in GitHub Desktop.
Save Kuchitama/4199276 to your computer and use it in GitHub Desktop.
NeoBundleのインストール ref: http://qiita.com/items/68b6b5d5ed40f6f96310
"GitHubリポジトリにあるプラグインを利用場合
NeoBundle 'tpope/vim-fugitive'
"GitHub以外のGitリポジトリにあるプラグインを利用する場合
NeoBundle 'git://git.wincent.com/command-t.git'
"Git以外のリポジトリにあるプラグインをを利用する場合
NeoBundle 'http://svn.macports.org/repository/macports/contrib/mpvim/'
NeoBundle 'https://bitbucket.org/ns9tks/vim-fuzzyfinder'
$ mkdir -p ~/.vim/bundle
$ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
:NeoBundleInstall
:NeoBundleInstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment