mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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