/direnv.vim

vim plugin for direnv support

Primary LanguageVim ScriptMIT LicenseMIT

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

  • Allow/deny authorization mechanism.