X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=988dcd617bcca0065bdb0ca0a65cb828b09a5e2f;hp=201ed86e5e95e69887730777a703d937b90b9bdf;hb=8997318037a5fcce36f1495bc5df8474c685664d;hpb=b676a1f3ed6081394e92a1931e182c18ee74d3e1 diff --git a/plugins.vim b/plugins.vim index 201ed86..988dcd6 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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'