mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(fs): add vim.fs.parents()
vim.fs.parents() is a Lua iterator that returns the next parent directory of the given file or directory on each iteration.
This commit is contained in:
@@ -50,6 +50,7 @@ for k, v in pairs({
|
||||
keymap = true,
|
||||
ui = true,
|
||||
health = true,
|
||||
fs = true,
|
||||
}) do
|
||||
vim._submodules[k] = v
|
||||
end
|
||||
|
Reference in New Issue
Block a user