diff options
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 bbe93bfbc8..e0c7de87b3 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -38,6 +38,7 @@ for k, v in pairs({ ui = true, health = true, secure = true, + snippet = true, _watch = true, }) do vim._submodules[k] = v |