Add vim-dispatch for async Make

This commit is contained in:
ViViDboarder 2013-12-04 18:39:19 -08:00
parent 6009de2e91
commit 3677b73206

View File

@ -56,6 +56,10 @@ Bundle 'bling/vim-airline'
"If using a patched font: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts "If using a patched font: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts
"let g:airline_powerline_fonts = 1 "let g:airline_powerline_fonts = 1
" -- Sytem --
" Allow async make
Bundle 'tpope/vim-dispatch'
" -- Themes -- " -- Themes --
Bundle 'vividchalk.vim' Bundle 'vividchalk.vim'
Bundle 'wombat256.vim' Bundle 'wombat256.vim'
@ -201,7 +205,7 @@ set title
inoremap jk <esc> inoremap jk <esc>
" Bind Make to F5 like other IDEs " Bind Make to F5 like other IDEs
nnoremap <F5> :make<CR> nnoremap <F5> :Make<CR>
" Remap Ctrl+Space for auto Complete " Remap Ctrl+Space for auto Complete
inoremap <C-Space> <C-n> inoremap <C-Space> <C-n>