aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2022-05-31 14:00:11 -0600
committerGitHub <noreply@github.com>2022-05-31 14:00:11 -0600
commitc632f64e247c672e425f609bb47a9ab0517a4c31 (patch)
tree9409d824661880a0abdc289b5933c930d4eafae4 /runtime/lua/vim/_editor.lua
parente6652821bd32e4ff8d62a0b67fc2041a5f41e252 (diff)
parent046b4ed461cb78b8b302a6403cc7ea64ad6b6085 (diff)
downloadrneovim-c632f64e247c672e425f609bb47a9ab0517a4c31.tar.gz
rneovim-c632f64e247c672e425f609bb47a9ab0517a4c31.tar.bz2
rneovim-c632f64e247c672e425f609bb47a9ab0517a4c31.zip
Merge pull request #18583 from gpanders/path-root
feat(fs): add vim.fs module
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r--runtime/lua/vim/_editor.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua
index c8a0aa8260..453aa6ac81 100644
--- a/runtime/lua/vim/_editor.lua
+++ b/runtime/lua/vim/_editor.lua
@@ -50,6 +50,7 @@ for k, v in pairs({
keymap = true,
ui = true,
health = true,
+ fs = true,
}) do
vim._submodules[k] = v
end