Skip to content

Instantly share code, notes, and snippets.

@aereal
Created December 21, 2015 10:53
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 aereal/f195450c288fd26bd409 to your computer and use it in GitHub Desktop.
Save aereal/f195450c288fd26bd409 to your computer and use it in GitHub Desktop.
set nocompatible
" set &runtimepath
set runtimepath^=/Users/aereal/devel/src/github.com/Shougo/neobundle.vim
call neobundle#begin('/Users/aereal/devel/src/github.com/Shougo/neobundle.vim')
NeoBundle 'Shougo/unite.vim'
if neobundle#tap('unite.vim')
let bundle = {}
function! bundle.base() dict
return '~/devel/src/github.com/Shougo'
endfunction
call neobundle#config(bundle)
unlet bundle
end
call neobundle#end()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment