Files
neovim/runtime/lua/vim/_meta
Barrett Ruth cfd7f29d52 feat(vim.fs): vim.fs.mkdir() #40599
Problem:
`vim.fs` does not provide a directory creation helper matching its
filesystem API shape.

Solution:
Add `vim.fs.mkdir()` as a thin wrapper around `vim.fn.mkdir()`, with
`parents` and `mode` options.
2026-07-08 07:16:29 -04:00
..
2026-06-08 16:12:14 -04:00
2026-06-29 13:10:31 -04:00