aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2023-10-20 23:51:26 -0700
committerGitHub <noreply@github.com>2023-10-21 08:51:26 +0200
commitf1775da07fe48da629468bcfcc2a8a6c4c3f40ed (patch)
treef268521a16f35ed9a58acc758a87e791d0dd6d6e /runtime/lua/vim/_editor.lua
parent330444994616e48e5e4d15bbf72d7c5346943565 (diff)
downloadrneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.gz
rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.bz2
rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.zip
feat(lsp): add snippet API (#25301)
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 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