Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 634 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 634 Bytes

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.