mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update
This commit is contained in:
parent
09a1733514
commit
976845601b
8 changed files with 28 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue