feat(nvim): added esqueleto extra

This commit is contained in:
Sergio Laín 2023-12-19 13:13:05 +01:00
parent dc82c9e784
commit 1b83f6215a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,11 @@
return {
"cvigilv/esqueleto.nvim",
event = "VeryLazy",
opts = {
directories = { vim.fn.stdpath("config") .. "/templates" },
patterns = {
"LICENSE",
"README",
},
},
}