git.fiddlerwoaroof.com
Browse code

chore: fix vimrc

Edward authored on 19/05/2021 08:18:34
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ if dein#load_state(vim_config_directory)
20 20
 "}}}3
21 21
 " plugins {{{2
22 22
   call dein#add('LnL7/vim-nix')
23
-  call dein#add('Shougo/vimproc', {'build': 'make'})
23
+  call dein#add('Shougo/vimproc.vim', {'build' : 'make'})
24 24
   call dein#add('Shougo/unite-outline')
25 25
   call dein#add('Shougo/unite.vim')
26 26
   call dein#add('Shougo/vimfiler.vim')