From 5e774cdd000eebeb4bec5485b63f5b3a36413de7 Mon Sep 17 00:00:00 2001 From: doyle Date: Tue, 20 Oct 2020 13:13:25 +1100 Subject: [PATCH] Open asyncrun quickfix window --- Installer/_vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Installer/_vimrc b/Installer/_vimrc index 47144bd..8cb7aea 100644 --- a/Installer/_vimrc +++ b/Installer/_vimrc @@ -18,7 +18,7 @@ Plug 'https://github.com/scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'https://github.com/tpope/vim-fugitive' Plug 'https://github.com/bfrg/vim-cpp-modern' -Plug 'skywind3000/asyncrun' +Plug 'skywind3000/asyncrun.vim' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' @@ -254,3 +254,6 @@ let g:fzf_tags_command = 'ctags -R --c++-kinds=+p --fields=+iaS' " Fullscreen noremap :call libcallnr('gvim_fullscreen.dll', 'ToggleFullscreen', 0) + +" Asyncrun open quickfix window up to 10 lines +let g:asycnrun_open = 10