Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created August 14, 2013 14:17
Show Gist options
  • Save raa0121/6231469 to your computer and use it in GitHub Desktop.
Save raa0121/6231469 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
if has('vim_starting')
set runtimepath+=~/.vim/neobundle.vim.git
endif
call neobundle#rc(expand('~/.bundle_test'))
NeoBundleLazy 'Shougo/vimshell.vim', { 'depends' : [ 'vimproc.vim' ] }
filetype on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment