From 8997318037a5fcce36f1495bc5df8474c685664d Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 29 Dec 2018 11:52:27 +0100 Subject: [PATCH] plugins: Switch to roryokane/detectindent This repository of detectindent fixes some issues of ciaranm's. --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']} -- 2.30.2