feat(lsp): add snippet API (#25301)

This commit is contained in:
Maria José Solano
2023-10-20 23:51:26 -07:00
committed by GitHub
parent 3304449946
commit f1775da07f
11 changed files with 789 additions and 34 deletions

View File

@ -38,6 +38,7 @@ for k, v in pairs({
ui = true,
health = true,
secure = true,
snippet = true,
_watch = true,
}) do
vim._submodules[k] = v