Revert "update : capabalities cmp stuff in lspconfig | load cmp_lsp after lspconfig"
This reverts commit 86d92a2fd2.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user