Skip to content

Instantly share code, notes, and snippets.

@usaturn
Created August 25, 2016 17:53
Show Gist options
  • Save usaturn/7457f6cdf037d270dbe799318f7c0e81 to your computer and use it in GitHub Desktop.
Save usaturn/7457f6cdf037d270dbe799318f7c0e81 to your computer and use it in GitHub Desktop.
" Note: Skip initialization for vim-tiny or vim-small.
if 0 | endif
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath+=~/.vim/bundle/neobundle.vim/
" Required:
call neobundle#begin(expand('~/.vim/bundle/'))
" Let NeoBundle manage NeoBundle
" Required:
NeoBundleFetch 'Shougo/neobundle.vim'
" My Bundles here:
" Refer to |:NeoBundle-examples|.
" Note: You don't set neobundle setting in .gvimrc!
NeoBundle 'basyura/TweetVim'
NeoBundle 'tyru/open-browser.vim'
NeoBundle 'basyura/twibill.vim'
call neobundle#end()
" Required:
filetype plugin indent on
" If there are uninstalled bundles found on startup,
" this will conveniently prompt you to install them.
NeoBundleCheck
@usaturn
Copy link
Author

usaturn commented Apr 19, 2017

大体古い curl だと大丈夫だったという遅レスで申し訳ありません・・・

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment