mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
8 lines
176 B
Lua
8 lines
176 B
Lua
return {
|
|
{ import = "plugins.mod.nvim-cmp" },
|
|
{
|
|
"L3MON4D3/LuaSnip",
|
|
dependencies = { "rafamadriz/friendly-snippets" },
|
|
},
|
|
{ "rafamadriz/friendly-snippets" },
|
|
}
|