local ok, cmp_nvim_lsp = pcall(require, "cmp_nvim_lsp") if not ok then return end return cmp_nvim_lsp.default_capabilities()