direnv / direnv.vim

vim plugin for direnv support
MIT License
177 stars 12 forks source link

direnv.vim - yup

This plugin aim is to integrate Direnv and (Neo)Vim. Because Vim can shell out to other tools it's nice if the environment is in sync with the usual shell.

See detail in the doc.

Install

Clone the repository to load by packages.

git clone https://github.com/direnv/direnv.vim \
  ~/.vim/pack/foo/start/direnv.vim

Or use your favorite plugin manager.

TODO