utility/direnv-vim: init

This commit is contained in:
alfarel 2025-02-25 21:24:43 -05:00 committed by raf
commit a5d7313abb
6 changed files with 39 additions and 0 deletions

View file

@ -204,6 +204,8 @@
for automatic creation of parent directories when editing a nested file.
- Add [nix-develop.nvim](https://github.com/figsoda/nix-develop.nvim) plugin
for in-neovim `nix develop`, `nix shell` and more.
- Add [direnv.vim](https://github.com/direnv/direnv.vim) plugin
for automatic syncing of nvim shell environment with direnv's.
[TheColorman](https://github.com/TheColorman)