Enable support for direnv/direnv in Vim

This commit is contained in:
Danielle McLean 2018-12-19 13:35:26 +11:00
parent 0f0f0d65cc
commit 7a2b294a63
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ call Plug('prabirshrestha/async.vim')
call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})
call Plug('morhetz/gruvbox', {'type': 'opt'})
call Plug('direnv/direnv.vim')
call Plug('editorconfig/editorconfig-vim')
call Plug('godlygeek/tabular')
call Plug('jamessan/vim-gnupg')