plugins: No conditional loading of vim-fswitch
authorStefan Huber <shuber@sthu.org>
Sat, 18 Dec 2021 19:33:35 +0000 (20:33 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 18 Dec 2021 19:34:21 +0000 (20:34 +0100)
plugins.vim

index 9adf584fb5d7c40301a10e03677cb7262fd2de0b..40548cc361c0cc13edb52e1939d0deeb83f0a121 100644 (file)
@@ -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'