Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created June 30, 2013 03:40
Show Gist options
  • Save supermomonga/5893745 to your computer and use it in GitHub Desktop.
Save supermomonga/5893745 to your computer and use it in GitHub Desktop.
augroup MyAutoCmd
autocmd!
augroup END
" NeoBundle initalize
set nocompatible
if has('vim_starting')
set runtimepath+=~/.vim/debug/bundle/neobundle.vim/
endif
call neobundle#rc(expand('~/.vim/debug/bundle'))
" NeoBundle packages
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/vimproc', {
\ 'build' : {
\ 'mac' : 'make -f make_mac.mak'
\ }
\ }
NeoBundle 'Shougo/vimshell'
let g:vimshell_user_prompt = '"hi\nthere."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment