From d4e1469e4b0c5aaf5c23be555e8b224f9254d781 Mon Sep 17 00:00:00 2001 From: gxlin Date: Thu, 15 Jul 2021 21:28:06 +0800 Subject: A usable boostrap config --- .vim/plugins/misc.plug | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vim/plugins/misc.plug (limited to '.vim/plugins/misc.plug') diff --git a/.vim/plugins/misc.plug b/.vim/plugins/misc.plug deleted file mode 100644 index 34de763..0000000 --- a/.vim/plugins/misc.plug +++ /dev/null @@ -1,16 +0,0 @@ -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' - -" colorscheme -" Plug 'sonph/onehalf', { 'rtp': 'vim' } -Plug 'joshdick/onedark.vim' -- cgit v1.2.3