feat: new config with everything manually installed
This commit is contained in:
12
lua/plugins/blueprints.lua
Normal file
12
lua/plugins/blueprints.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- ╭────────────╮
|
||||
-- │ Blueprints │
|
||||
-- ╰────────────╯
|
||||
return {
|
||||
{
|
||||
"dqnid/nvim-blueprints",
|
||||
name = "blueprints",
|
||||
init = function()
|
||||
require("blueprints").setup({ blueprintsDir = "/home/danih/.config/nvim/blueprints" })
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user