diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-18 16:13:28 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-18 16:13:28 +0200 |
commit | 88e7c8bdb0b002be8ddad75633153c4d03a30632 (patch) | |
tree | 1ac8b4f05d0e3aec932ccea9ecb99694d98ef2d5 /lua/user/lsp | |
parent | f2c6e2a799a383658daaf14f7f1468fc64963ddc (diff) | |
download | vim-88e7c8bdb0b002be8ddad75633153c4d03a30632.zip vim-88e7c8bdb0b002be8ddad75633153c4d03a30632.tar.gz |
lsp handlers clear deprecation
Diffstat (limited to 'lua/user/lsp')
-rw-r--r-- | lua/user/lsp/handlers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/handlers.lua b/lua/user/lsp/handlers.lua index 099b516..0758841 100644 --- a/lua/user/lsp/handlers.lua +++ b/lua/user/lsp/handlers.lua @@ -92,6 +92,6 @@ if not status_ok then return end -M.capabilities = cmp_nvim_lsp.update_capabilities(capabilities) +M.capabilities = cmp_nvim_lsp.default_capabilities(capabilities) return M |