16 lines
414 B
Lua
16 lines
414 B
Lua
return {
|
|
"hrsh7th/nvim-cmp",
|
|
dependencies = {
|
|
{ "hrsh7th/cmp-nvim-lsp" },
|
|
{ "hrsh7th/cmp-buffer" },
|
|
{ "hrsh7th/cmp-path" },
|
|
{ "hrsh7th/cmp-cmdline" },
|
|
{ "f3fora/cmp-spell" },
|
|
{ "petertriho/cmp-git" },
|
|
{ "Dosx001/cmp-commit" },
|
|
{ "kdheepak/cmp-latex-symbols" },
|
|
{ "L3MON4D3/LuaSnip" },
|
|
{ "saadparwaiz1/cmp_luasnip" },
|
|
},
|
|
}
|