utility/mkdir-nvim: init

This commit is contained in:
alfarel 2025-02-25 21:03:46 -05:00 committed by raf
commit 85ca2bc11f
6 changed files with 40 additions and 0 deletions

View file

@ -200,6 +200,8 @@
[alfarel](https://github.com/alfarelcynthesis):
- 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.
[TheColorman](https://github.com/TheColorman)