mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-05 18:45:37 +02:00
13 lines
No EOL
310 B
Lua
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,
|
|
} |