X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=40548cc361c0cc13edb52e1939d0deeb83f0a121;hp=a0dde68f621f736c6771e694afc05521a115c433;hb=6353371f4e21f369adcecb09d52a8225369cf0c3;hpb=b48407fddd8e9f6baab66df81468558d09da59f3 diff --git a/plugins.vim b/plugins.vim index a0dde68..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' @@ -106,6 +107,7 @@ if $USER != "root" if has('nvim-0.5') Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} + Plug 'nvim-treesitter/nvim-treesitter-refactor', {'do': ':TSUpdate'} else Plug 'sheerun/vim-polyglot' endif