plugins: Switch to roryokane/detectindent
[vimconf.git] / plugins.vim
index f475f32fea5dc75ffb0e8218d25162c146ed0f27..988dcd617bcca0065bdb0ca0a65cb828b09a5e2f 100644 (file)
@@ -47,10 +47,11 @@ Plug 'tpope/vim-speeddating'
 Plug 'jceb/vim-orgmode', {'for': ['org']}
 
 Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'}
-Plug 'ciaranm/detectindent'
+Plug 'roryokane/detectindent'
 
 Plug 'derekwyatt/vim-fswitch', {'for': ['c', 'cpp', 'objc']}
 Plug 'ludovicchabant/vim-gutentags', {'for': ['c', 'cpp', 'objc']}
+Plug 'vim-scripts/Conque-GDB', {'for': ['c', 'cpp', 'objc']}
 
 Plug 'godlygeek/tabular'
 Plug 'junegunn/vim-easy-align'
@@ -59,6 +60,8 @@ Plug 'thinca/vim-fontzoom'
 
 Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'}
 
+Plug 'lambdalisue/vim-manpager', {'on': 'MANPAGER'}
+
 if filereadable($HOME . '/.vim/plugins-local.vim')
   source ~/.vim/plugins-local.vim
 endif