mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
feat(lsp): add snippet API (#25301)
This commit is contained in:
committed by
GitHub
parent
3304449946
commit
f1775da07f
@@ -38,6 +38,7 @@ for k, v in pairs({
|
||||
ui = true,
|
||||
health = true,
|
||||
secure = true,
|
||||
snippet = true,
|
||||
_watch = true,
|
||||
}) do
|
||||
vim._submodules[k] = v
|
||||
|
||||
Reference in New Issue
Block a user