diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-05-31 14:00:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 14:00:11 -0600 |
commit | c632f64e247c672e425f609bb47a9ab0517a4c31 (patch) | |
tree | 9409d824661880a0abdc289b5933c930d4eafae4 /runtime/lua/vim/_editor.lua | |
parent | e6652821bd32e4ff8d62a0b67fc2041a5f41e252 (diff) | |
parent | 046b4ed461cb78b8b302a6403cc7ea64ad6b6085 (diff) | |
download | rneovim-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.lua | 1 |
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 |