11 lines
198 B
Lua
11 lines
198 B
Lua
return {
|
|
"cvigilv/esqueleto.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
directories = { vim.fn.stdpath("config") .. "/templates" },
|
|
patterns = {
|
|
"LICENSE",
|
|
"README",
|
|
},
|
|
},
|
|
}
|