mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
6 lines
187 B
Lua
6 lines
187 B
Lua
local Config = require("lazyvim.config")
|
|
|
|
---@param extra string
|
|
return vim.tbl_map(function(extra)
|
|
return { import = "lazyvim.plugins.extras." .. extra }
|
|
end, Config.json.data.extras)
|