nvim-lua.kickstart.nvim/lua/custom/plugins/codam-header.lua
David Ponte 53a4625326 refactor: update codam-header plugin configuration and clean up unused code
feat: nvim-tree and neo-tree fully functional
2025-04-22 20:51:31 +02:00

13 lines
No EOL
310 B
Lua

return {
"f-ras/codam-header.nvim",
cmd = { "Stdheader" },
opts = {
auto_update = true, -- Update header when saving.
user = 'dponte',
mail = 'dponte@student.codam.nl', -- Your mail.
-- add other options.
},
config = function(_, opts)
require("codamheader").setup(opts)
end,
}