git.fiddlerwoaroof.com
Browse code

chore(vim): cleanup vimrc

Edward Langley authored on 28/04/2023 05:52:31
Showing 1 changed files
... ...
@@ -21,8 +21,8 @@ if dein#load_state(vim_config_directory)
21 21
 " plugins {{{2
22 22
   call dein#add('LnL7/vim-nix')
23 23
   call dein#add('Shougo/vimproc.vim', {'build' : 'make'})
24
-  call dein#add('Shougo/unite-outline')
25 24
   call dein#add('Shougo/unite.vim')
25
+  call dein#add('Shougo/unite-outline')
26 26
   call dein#add('Shougo/vimfiler.vim')
27 27
   call dein#add('altercation/vim-colors-solarized')
28 28
   call dein#add('christoomey/vim-tmux-navigator')