markdown: Use python markdown implementations
[vimconf.git] / plugins.vim
index 201ed86e5e95e69887730777a703d937b90b9bdf..ead7f513a1b00f6d8f6438a3686ba9b60b65a0e1 100644 (file)
@@ -28,7 +28,7 @@ Plug 'cakebaker/scss-syntax.vim', {'for': 'scss'}
 Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']}
 Plug 'ap/vim-css-color', {'for': ['scss', 'css']}
 
-Plug 'tpope/vim-ragtag', {'for': ['html', 'xml']}
+Plug 'tpope/vim-ragtag'
 
 Plug 'lervag/vimtex', {'for': 'tex'}
 
@@ -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'