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

This commit is contained in:
siduck76
2021-10-05 06:59:00 +05:30
parent 4a349a3b45
commit 86d92a2fd2
2 changed files with 4 additions and 16 deletions

View File

@@ -159,6 +159,7 @@ 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"),
@@ -187,7 +188,8 @@ return packer.startup(function()
use {
"hrsh7th/cmp-nvim-lsp",
disable = not status.cmp,
after = "cmp-nvim-lua",
module = "cmp_nvim_lsp",
after = "nvim-lspconfig",
}
use {