Files
neovim/runtime/lua
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-07-01 13:01:02 +02:00
2026-03-16 10:29:58 +01:00
2026-07-08 07:16:29 -04:00
2025-02-09 18:10:54 +01:00