diff --git a/config/vim/plugins.vim b/config/vim/plugins.vim index 3159b26..b25415c 100644 --- a/config/vim/plugins.vim +++ b/config/vim/plugins.vim @@ -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')