plugins: Add startify for root again
authorStefan Huber <shuber@sthu.org>
Fri, 17 Dec 2021 23:46:07 +0000 (00:46 +0100)
committerStefan Huber <shuber@sthu.org>
Fri, 17 Dec 2021 23:46:07 +0000 (00:46 +0100)
plugins.vim

index 82476dc731e413506138062fc59591c47e1a19b3..a0dde68f621f736c6771e694afc05521a115c433 100644 (file)
@@ -3,6 +3,8 @@ function! Cond(cond, ...)
     return a:cond ? opts : extend(opts, { 'on': [], 'for': [] })
 endfunction
 
+Plug 'mhinz/vim-startify'
+
 Plug 'vim-airline/vim-airline'
 Plug 'gruvbox-community/gruvbox'
 
@@ -72,8 +74,6 @@ if $USER != "root"
 
     if g:lowendbox == 0
 
-        Plug 'mhinz/vim-startify'
-
         if has('nvim')
             Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins'}
             Plug 'Shougo/denite.nvim', { 'do': ':UpdateRemotePlugins' }