utility/nix-develop: init

This commit is contained in:
alfarel 2025-02-25 21:16:32 -05:00 committed by raf
commit 9209a9da37
6 changed files with 38 additions and 0 deletions

View file

@ -202,6 +202,8 @@
- Add missing `yazi.nvim` dependency (`snacks.nvim`).
- Add [mkdir.nvim](https://github.com/jghauser/mkdir.nvim) plugin
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.
[TheColorman](https://github.com/TheColorman)