13 lines
338 B
Lua
13 lines
338 B
Lua
-- ╭────────────╮
|
|
-- │ Blueprints │
|
|
-- ╰────────────╯
|
|
return {
|
|
{
|
|
"dqnid/nvim-blueprints",
|
|
name = "blueprints",
|
|
init = function()
|
|
require("blueprints").setup({ blueprintsDir = "/home/danih/.config/nvim/blueprints" })
|
|
end,
|
|
},
|
|
}
|