Created
December 4, 2012 00:13
-
-
Save Kuchitama/4199276 to your computer and use it in GitHub Desktop.
NeoBundleのインストール ref: http://qiita.com/items/68b6b5d5ed40f6f96310
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkdir -p ~/.vim/bundle | |
$ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:NeoBundleInstall |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:NeoBundleInstall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment