Skip to content

Commit

Permalink
feat(cmp): add new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
daUnknownCoder committed Mar 1, 2024
1 parent 5d5902d commit 60eb4ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lua/NeutronVim/plugins/Coding/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,19 @@ return {
{ "hrsh7th/cmp-buffer", lazy = true },
{ "FelipeLema/cmp-async-path", lazy = true },
{ "hrsh7th/cmp-cmdline", lazy = true },
{ "dmitmel/cmp-cmdline-history", lazy = true },
{ "petertriho/cmp-git", lazy = true },
{ "hrsh7th/cmp-emoji", lazy = true },
{ "hrsh7th/cmp-calc", lazy = true },
{ "ray-x/cmp-treesitter", lazy = true },
{ "hrsh7th/cmp-nvim-lsp-signature-help", lazy = true },
{ "Exafunction/codeium.vim", lazy = true, commit = "a1c3d6b369a18514d656dac149de807becacbdf7" },
{ "rcarriga/cmp-dap", lazy = true },
{ "lukas-reineke/cmp-rg", lazy = true },
{
"Exafunction/codeium.vim",
lazy = true,
event = "BufEnter",
},
lazy = true,
},
event = { "InsertEnter", "CmdlineEnter" },
Expand Down

0 comments on commit 60eb4ce

Please sign in to comment.