diff options
Diffstat (limited to '.vim/plugins/misc.vim')
-rw-r--r-- | .vim/plugins/misc.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.vim/plugins/misc.vim b/.vim/plugins/misc.vim deleted file mode 100644 index f79b438..0000000 --- a/.vim/plugins/misc.vim +++ /dev/null @@ -1,13 +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 <F10> :call asyncrun#quickfix_toggle(6)<cr> - -Plug 'mhinz/vim-signify' -Plug 'tpope/vim-unimpaired' -Plug 'godlygeek/tabular' -Plug 'sonph/onehalf', { 'rtp': 'vim' } |