mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:17:35 +00:00
Add vim-dispatch for async Make
This commit is contained in:
parent
6009de2e91
commit
3677b73206
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user