From 6353371f4e21f369adcecb09d52a8225369cf0c3 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 18 Dec 2021 20:33:35 +0100 Subject: [PATCH] plugins: No conditional loading of vim-fswitch --- plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 9adf584..40548cc 100644 --- a/plugins.vim +++ b/plugins.vim @@ -22,7 +22,8 @@ Plug 'ryanoasis/vim-devicons', Cond(g:enable_plugin_devicons) Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'} Plug 'roryokane/detectindent' -Plug 'derekwyatt/vim-fswitch', {'for': ['c', 'cpp', 'objc']} +" This plugin cannot be conditionally loaded, see github issue #18 +Plug 'derekwyatt/vim-fswitch' ", {'for': ['c', 'cpp', 'objc']} Plug 'godlygeek/tabular' Plug 'junegunn/vim-easy-align' -- 2.30.2