aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/asyncrun.plug
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-16 00:55:31 +0800
committergxlin <[email protected]>2021-06-16 22:39:15 +0800
commitf456d790b007c3841549ec35a996483135cceec3 (patch)
treee9352e4806ebe27326dba032ef6929157344f87f /.vim/plugins/asyncrun.plug
parenta3c1649a195cf87db6581b5a8c703fa867462210 (diff)
downloaddotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.gz
dotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.bz2
dotfiles-f456d790b007c3841549ec35a996483135cceec3.zip
Add vim-godot plug
Diffstat (limited to '.vim/plugins/asyncrun.plug')
-rw-r--r--.vim/plugins/asyncrun.plug5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/plugins/asyncrun.plug b/.vim/plugins/asyncrun.plug
new file mode 100644
index 0000000..bed9473
--- /dev/null
+++ b/.vim/plugins/asyncrun.plug
@@ -0,0 +1,5 @@
+let g:asyncrun_open = 6 " the number of lines of quickfix window
+let g:asyncrun_bell = 1 " the bell rings when the task is done
+" use f10 to open/close asyncrun quickfix window
+nnoremap <F10> :call asyncrun#quickfix_toggle(6)<cr>
+