return {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"saadparwaiz1/cmp_luasnip",
cond = function()
return require("lazyvim.util").has("nvim-cmp")
end,
}