Skip to content

Instantly share code, notes, and snippets.

@cohama
Created June 15, 2013 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cohama/5786810 to your computer and use it in GitHub Desktop.
Save cohama/5786810 to your computer and use it in GitHub Desktop.
if has('vim_starting')
set runtimepath+=~/tmp/bundle/neobundle.vim/
endif
call neobundle#rc(expand('~/tmp/bundle/'))
NeoBundleLazy 'Shougo/vimfiler', {
\ 'autoload' : {
\ 'commands' : ['VimFiler'],
\ }}
filetype plugin indent on
NeoBundleCheck
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment