From: Stefan Huber Date: Sat, 29 Dec 2018 10:52:27 +0000 (+0100) Subject: plugins: Switch to roryokane/detectindent X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=8997318037a5fcce36f1495bc5df8474c685664d plugins: Switch to roryokane/detectindent This repository of detectindent fixes some issues of ciaranm's. --- diff --git a/plugins.vim b/plugins.vim index 38b683d..988dcd6 100644 --- a/plugins.vim +++ b/plugins.vim @@ -47,7 +47,7 @@ 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']}