Myrkvim/lua/plugins/nvim-cmp.lua

10 lines
171 B
Lua
Raw Normal View History

2023-05-21 22:15:06 +02:00
-- https://github.com/hrsh7th/nvim-cmp
return {
"hrsh7th/nvim-cmp",
dependencies = {
"saadparwaiz1/cmp_luasnip",
2023-05-22 22:14:40 +02:00
"hrsh7th/cmp-nvim-lsp",
2023-05-21 22:15:06 +02:00
},
}