You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
641 B
VimL

set nocompatible
let s:basedir = expand('<sfile>:p:h').'/../'
execute('set runtimepath+='.s:basedir)
execute('set runtimepath+='.s:basedir.'neobundle.vim')
call neobundle#begin(expand(s:basedir.'bundle'))
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/vesting'
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'linux' : 'make',
\ 'unix' : 'gmake',
\ },
\ }
call neobundle#end()
let g:tsuquyomi_use_dev_node_module = 1
source plugin/tsuquyomi.vim