plugins: Moving around plugins
authorStefan Huber <shuber@sthu.org>
Sat, 18 Dec 2021 20:16:29 +0000 (21:16 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 18 Dec 2021 20:16:29 +0000 (21:16 +0100)
plugins-noroot-nolowendbox.vim
plugins-noroot.vim
plugins.vim

index 4a3949147c95fa10d2749af04bc6b144e9694412..93d01f3b0238994fb09163d58fbf006e49cec6c7 100644 (file)
@@ -14,6 +14,8 @@ Plug 'artur-shaik/vim-javacomplete2', {'for': 'java'}
 
 Plug 'neomake/neomake'
 
+" Prevent slow foling update, e.g., for vimtex
+Plug 'Konfekt/FastFold'
 Plug 'lervag/vimtex', {'for': 'tex'}
 
 Plug 'mhinz/vim-signify'
@@ -26,8 +28,17 @@ Plug 'jceb/vim-orgmode', {'for': ['org']}
 Plug 'cakebaker/scss-syntax.vim', {'for': 'scss'}
 Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']}
 
+Plug 'https://gitlab.com/dbeniamine/vim-mail'
+Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'}
+
+Plug 'ryanoasis/vim-devicons', Cond(g:enable_plugin_devicons)
+Plug 'joom/latex-unicoder.vim', {'on': '<Plug>Unicoder'}
+
 Plug 'sjl/splice.vim', {'on': 'SpliceInit'}
 
+" Costs a second startup time
+Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'}
+
 if has('nvim-0.5')
     Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
     Plug 'nvim-treesitter/nvim-treesitter-refactor', {'do': ':TSUpdate'}
index 0aa1ed8855799e60676a8cd47a7c62c08b2f8e4d..e2e97b68e4d867993f966b118205818572561539 100644 (file)
@@ -24,9 +24,7 @@ Plug 'Shougo/neosnippet-snippets'
 Plug 'tpope/vim-speeddating'
 Plug 'mattn/calendar-vim'
 
-" Costs a second startup time
-Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'}
-
+Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'}
 
 if g:lowendbox == 0
     source ~/.vim/plugins-noroot-nolowendbox.vim
index 6852fb19e97c9da08ecb225163bcc13573a8c285..05d93fd6c62deff49f9c40b51ad13bcc7546c8f4 100644 (file)
@@ -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': '<Plug>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'