diff options
| -rw-r--r-- | vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -2,7 +2,6 @@ call plug#begin() | |||
| 2 | Plug 'tpope/vim-sensible' | 2 | Plug 'tpope/vim-sensible' |
| 3 | Plug 'tpope/vim-commentary' | 3 | Plug 'tpope/vim-commentary' |
| 4 | Plug 'tpope/vim-fugitive' | 4 | Plug 'tpope/vim-fugitive' |
| 5 | Plug 'junegunn/gv.vim' | ||
| 6 | Plug 'airblade/vim-gitgutter' | 5 | Plug 'airblade/vim-gitgutter' |
| 7 | Plug 'jiangmiao/auto-pairs' | 6 | Plug 'jiangmiao/auto-pairs' |
| 8 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| @@ -39,6 +38,3 @@ let g:ale_set_quickfix = 1 | |||
| 39 | let g:ctrlp_use_caching = 0 | 38 | let g:ctrlp_use_caching = 0 |
| 40 | let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""' | 39 | let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""' |
| 41 | 40 | ||
| 42 | packadd! termdebug | ||
| 43 | let g:termdebug_wide=1 | ||
| 44 | |||
