This commit is contained in:
asep komarudin 2023-09-08 19:47:20 +07:00
parent 09a1733514
commit 976845601b
8 changed files with 28 additions and 28 deletions

View file

@ -10,11 +10,11 @@ if data_exists then
lspghost_text = custom_cmp.lspghost_text
end
return {
{ "hrsh7th/cmp-nvim-lsp", event = "BufRead" },
{ "hrsh7th/cmp-buffer", event = "BufRead" },
{ "hrsh7th/cmp-path", event = "BufRead" },
{ "saadparwaiz1/cmp_luasnip", event = "BufRead" },
{ "hrsh7th/cmp-nvim-lua", event = "BufRead" },
{ "hrsh7th/cmp-nvim-lsp", event = "InsertEnter" },
{ "hrsh7th/cmp-buffer", event = "InsertEnter" },
{ "hrsh7th/cmp-path", event = "InsertEnter" },
{ "saadparwaiz1/cmp_luasnip", event = "InsertEnter" },
{ "hrsh7th/cmp-nvim-lua", event = "InsertEnter" },
{ "lukas-reineke/cmp-rg", enabled = cmprg }, -- experimental
{ "hrsh7th/cmp-calc", enabled = cmpcalc }, -- experimental
{ "quangnguyen30192/cmp-nvim-tags", enabled = cmptag }, -- experimental