Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Created February 5, 2014 22:11
Show Gist options
  • Save Genki-S/8834329 to your computer and use it in GitHub Desktop.
Save Genki-S/8834329 to your computer and use it in GitHub Desktop.
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {
\ 'windows' : 'make -f make_mingw32.mak',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'unix' : 'make -f make_unix.mak',
\ },
\ }
NeoBundleLazy 'Shougo/vimfiler', {
\ 'depends' : 'Shougo/unite.vim',
\ 'autoload' : {
\ 'commands' : [{ 'name' : 'VimFiler',
\ 'complete' : 'customlist,vimfiler#complete' },
\ 'VimFilerExplorer',
\ 'Edit', 'Read', 'Source', 'Write'],
\ 'mappings' : ['<Plug>(vimfiler_'],
\ 'explorer' : 1,
\ },
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment