diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-10-20 23:51:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 08:51:26 +0200 |
commit | f1775da07fe48da629468bcfcc2a8a6c4c3f40ed (patch) | |
tree | f268521a16f35ed9a58acc758a87e791d0dd6d6e /runtime/lua/vim/lsp/protocol.lua | |
parent | 330444994616e48e5e4d15bbf72d7c5346943565 (diff) | |
download | rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.gz rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.tar.bz2 rneovim-f1775da07fe48da629468bcfcc2a8a6c4c3f40ed.zip |
feat(lsp): add snippet API (#25301)
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
-rw-r--r-- | runtime/lua/vim/lsp/protocol.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua index 0755fa991f..3a1b16c450 100644 --- a/runtime/lua/vim/lsp/protocol.lua +++ b/runtime/lua/vim/lsp/protocol.lua @@ -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, |