Skip to content

Instantly share code, notes, and snippets.

@todashuta
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save todashuta/2181005aaf731e38a758 to your computer and use it in GitHub Desktop.

Select an option

Save todashuta/2181005aaf731e38a758 to your computer and use it in GitHub Desktop.
検証用
" minimal vimrc
if &compatible | set nocompatible | endif
augroup MyAutoCmd
autocmd!
augroup END
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim
endif
call neobundle#rc(expand('~/.vim/bundle'))
"NeoBundle 'hoge/fuga'
"NeoBundle 'foo/bar'
filetype plugin indent on
"NeoBundleCheck
syntax enable
"language message C
"scriptencoding utf-8
"set backspace=2 cmdheight=1 laststatus=2
"colorscheme hybrid
" __END__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment