Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

NeoBundleのインストール

$
0
0
$ mkdir -p ~/.vim/bundle
$ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

$ vim ~/.vimrc
set nocompatible
filetype off 

if has('vim_starting')set runtimepath+=~/.vim/bundle/neobundle.vim

  call neobundle#rc(expand('~/.vim/bundle'))
endif

#NeoBundle 'tpope/vim-surround'#ここに行を追加していってプラグイン管理します。

filetype plugin on
filetype indent on

プラグインのインストールは:NeoBundleInstall、アンインストールは:NeoBundleCleanです。

公式ページは ここで良いんですかね? ← 少し古いサイトなので注意したほうが良い旨のコメントをいただきました。ありがとうございます!
GitHubのリポジトリを見るのが確実ですね!


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>