aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index d71368c..40e3438 100644
--- a/vimrc
+++ b/vimrc
@@ -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
39let g:ctrlp_use_caching = 0 38let g:ctrlp_use_caching = 0
40let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""' 39let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""'
41 40
42packadd! termdebug
43let g:termdebug_wide=1
44