mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(lsp): add snippet API (#25301)
This commit is contained in:

committed by
GitHub

parent
3304449946
commit
f1775da07f
@@ -742,7 +742,6 @@ function protocol.make_client_capabilities()
|
||||
-- this should be disabled out of the box.
|
||||
-- However, users can turn this back on if they have a snippet plugin.
|
||||
snippetSupport = false,
|
||||
|
||||
commitCharactersSupport = false,
|
||||
preselectSupport = false,
|
||||
deprecatedSupport = false,
|
||||
|
Reference in New Issue
Block a user