fix: nvim_cmp update
This commit is contained in:
parent
f2d1fc8d79
commit
b42400b2ed
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ local init_fn = function(use)
|
|||
-- })
|
||||
|
||||
-- Setup lspconfig.
|
||||
capabilities = require('cmp_nvim_lsp').update_capabilities(vim.lsp.protocol.make_client_capabilities())
|
||||
capabilities = require('cmp_nvim_lsp').default_capabilities(vim.lsp.protocol.make_client_capabilities())
|
||||
-- Replace <YOUR_LSP_SERVER> with each lsp server you've enabled.
|
||||
local lspconfig = require("lspconfig")
|
||||
|
||||
|
|
Loading…
Reference in a new issue