https://github.com/gw31415/mkdir.vim
Vim plugin to prompt directory-creation when missing
https://github.com/gw31415/mkdir.vim
mkdir-recursive vim vim-plugin
Last synced: about 1 year ago
JSON representation
Vim plugin to prompt directory-creation when missing
- Host: GitHub
- URL: https://github.com/gw31415/mkdir.vim
- Owner: gw31415
- License: gpl-3.0
- Created: 2023-12-04T06:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T09:28:49.000Z (over 2 years ago)
- Last Synced: 2025-03-25T06:02:17.334Z (about 1 year ago)
- Topics: mkdir-recursive, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdir.vim
Vim plugin that asks if you want to create a directory when you don't have one when saving.
## Reference plugins
- [`jghauser/mkdir.nvim`](https://github.com/jghauser/mkdir.nvim): A plugin that I gratefully refer to, GPL-3.0 license.
## License
[GPL-3.0](./LICENSE)