Files
dotfiles/nvim/lua/plugins/extras/util/esqueleto.lua
2025-08-13 21:46:48 +02:00

22 lines
327 B
Lua

return {
"cvigilv/esqueleto.nvim",
event = "VeryLazy",
opts = {
directories = {
vim.fn.stdpath("config") .. "/templates",
},
patterns = {
-- File
"README",
"LICENSE",
-- Filetype
"sh",
"markdown",
"python",
"lua",
"html",
"vue",
},
},
}