From f456d790b007c3841549ec35a996483135cceec3 Mon Sep 17 00:00:00 2001 From: gxlin Date: Wed, 16 Jun 2021 00:55:31 +0800 Subject: Add vim-godot plug --- .vim/plugins/misc.plug | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vim/plugins/misc.plug (limited to '.vim/plugins/misc.plug') diff --git a/.vim/plugins/misc.plug b/.vim/plugins/misc.plug new file mode 100644 index 0000000..f79b438 --- /dev/null +++ b/.vim/plugins/misc.plug @@ -0,0 +1,13 @@ +Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} + +Plug 'skywind3000/asyncrun.vim' + +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 :call asyncrun#quickfix_toggle(6) + +Plug 'mhinz/vim-signify' +Plug 'tpope/vim-unimpaired' +Plug 'godlygeek/tabular' +Plug 'sonph/onehalf', { 'rtp': 'vim' } -- cgit v1.2.3