From 3677b7320651d28a1990df5d5cba9c79ee0c0fe1 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 4 Dec 2013 18:39:19 -0800 Subject: [PATCH] Add vim-dispatch for async Make --- vim/dot_vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 9cf3e23..21557d8 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -56,6 +56,10 @@ Bundle 'bling/vim-airline' "If using a patched font: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts "let g:airline_powerline_fonts = 1 +" -- Sytem -- +" Allow async make +Bundle 'tpope/vim-dispatch' + " -- Themes -- Bundle 'vividchalk.vim' Bundle 'wombat256.vim' @@ -201,7 +205,7 @@ set title inoremap jk " Bind Make to F5 like other IDEs -nnoremap :make +nnoremap :Make " Remap Ctrl+Space for auto Complete inoremap