Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Created December 30, 2013 03:56
Show Gist options
  • Save nekolinuxblog/8177630 to your computer and use it in GitHub Desktop.
Save nekolinuxblog/8177630 to your computer and use it in GitHub Desktop.
vimrcにするneobundleようの設定部分
if has('vim_starting')
set nocompatible
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
call neobundle#rc(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
" 以下にインストールするプラグインを並べていく
NeoBundle 'itchyny/lightline.vim'
filetype plugin indent on " Required!
NeoBundleCheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment