Hacker News new | ask | show | jobs
by pxc 1170 days ago
> In this release, Neovim adds the concept of a "trust database", which is used for the 'exrc' option.

This is basically how direnv and shadowenv work. So if anyone has used those, this is the same idea but it lets you layer on project-specific nvim config without shipping a whole, preconfigured nvim with your projects. Pretty cool!

1 comments

Indeed. The combination of direnv and exrc is very potent.