• Stars
    star
    150
  • Rank 238,839 (Top 5 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created almost 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

vim plugin for direnv support

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.