• Stars
    star
    212
  • Rank 185,241 (Top 4 %)
  • Language
    Lua
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This neovim plugin creates missing folders on save.

mkdir.nvim

A plugin for neovim that automatically creates missing directories on saving a file (similar to mkdir -p on linux).

asciicast

Installation

Packer:

-- mkdir
use {
  'jghauser/mkdir.nvim'
}

No further configuration is needed.