X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=05d93fd6c62deff49f9c40b51ad13bcc7546c8f4;hp=6852fb19e97c9da08ecb225163bcc13573a8c285;hb=cef429953de175f7da55eabf8e1ba9df310f2e64;hpb=a3115572c519b5aea23cfa29690cead4c62b903a diff --git a/plugins.vim b/plugins.vim index 6852fb1..05d93fd 100644 --- a/plugins.vim +++ b/plugins.vim @@ -4,22 +4,16 @@ function! Cond(cond, ...) endfunction Plug 'mhinz/vim-startify' +Plug 'dstein64/vim-startuptime' Plug 'vim-airline/vim-airline' Plug 'gruvbox-community/gruvbox' Plug 'benknoble/vim-auto-origami' -" Prevent slow foling update, e.g., for vimtex -Plug 'Konfekt/FastFold' Plug 'scrooloose/nerdcommenter' - -Plug 'joom/latex-unicoder.vim', {'on': 'Unicoder'} - Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} -Plug 'ryanoasis/vim-devicons', Cond(g:enable_plugin_devicons) -Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'} Plug 'roryokane/detectindent' " This plugin cannot be conditionally loaded, see github issue #18 @@ -30,14 +24,8 @@ Plug 'junegunn/vim-easy-align' Plug 'thinca/vim-fontzoom' -Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'} - Plug 'lambdalisue/vim-manpager', {'on': 'MANPAGER'} -Plug 'https://gitlab.com/dbeniamine/vim-mail' - -Plug 'dstein64/vim-startuptime' - " Make . more useful after a plugin map Plug 'tpope/vim-repeat'