feat: new config with everything manually installed

This commit is contained in:
2025-05-30 08:19:56 +02:00
commit d3de5b76fb
47 changed files with 2180 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
-- ╭────────────╮
-- │ Blueprints │
-- ╰────────────╯
return {
{
"dqnid/nvim-blueprints",
name = "blueprints",
init = function()
require("blueprints").setup({ blueprintsDir = "/home/danih/.config/nvim/blueprints" })
end,
},
}