mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(ui): added :LazyExtras
to manage enabled extras in LazyVim
This commit is contained in:
parent
739409cd4b
commit
38b530d33d
6 changed files with 218 additions and 74 deletions
6
lua/lazyvim/plugins/xtras.lua
Normal file
6
lua/lazyvim/plugins/xtras.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue