Revert "update : capabalities cmp stuff in lspconfig | load cmp_lsp after lspconfig"

This reverts commit 86d92a2fd2.
This commit is contained in:
siduck76
2021-10-09 11:17:21 +05:30
parent d221504482
commit e8bbe1e4a1
2 changed files with 16 additions and 4 deletions

View File

@@ -159,7 +159,6 @@ return packer.startup(function()
use {
"hrsh7th/nvim-cmp",
module = "cmp",
disable = not status.cmp,
after = "friendly-snippets",
config = override_req("nvim_cmp", "plugins.configs.cmp"),
@@ -188,8 +187,7 @@ return packer.startup(function()
use {
"hrsh7th/cmp-nvim-lsp",
disable = not status.cmp,
module = "cmp_nvim_lsp",
after = "nvim-lspconfig",
after = "cmp-nvim-lua",
}
use {