init
This commit is contained in:
21
nvim/lua/plugins/extras/util/esqueleto.lua
Normal file
21
nvim/lua/plugins/extras/util/esqueleto.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
"cvigilv/esqueleto.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
directories = {
|
||||
vim.fn.stdpath("config") .. "/templates",
|
||||
},
|
||||
patterns = {
|
||||
-- File
|
||||
"README",
|
||||
"LICENSE",
|
||||
-- Filetype
|
||||
"sh",
|
||||
"markdown",
|
||||
"python",
|
||||
"lua",
|
||||
"html",
|
||||
"vue",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user