mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 20:22:14 +02:00
5 lines
206 B
Lua
5 lines
206 B
Lua
return function(_, opts)
|
|
if opts then require("luasnip").config.setup(opts) end
|
|
vim.tbl_map(function(type) require("luasnip.loaders.from_" .. type).lazy_load() end, { "vscode", "snipmate", "lua" })
|
|
end
|