X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=988dcd617bcca0065bdb0ca0a65cb828b09a5e2f;hp=f475f32fea5dc75ffb0e8218d25162c146ed0f27;hb=8997318037a5fcce36f1495bc5df8474c685664d;hpb=42a1868d308cdc8b415e90bdbe938c09986a4122 diff --git a/plugins.vim b/plugins.vim index f475f32..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' @@ -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