|
|
@ -1,6 +1,6 @@
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
"f-ras/codam-header.nvim",
|
|
|
|
'f-ras/codam-header.nvim',
|
|
|
|
cmd = { "Stdheader" },
|
|
|
|
cmd = { 'Stdheader' },
|
|
|
|
opts = {
|
|
|
|
opts = {
|
|
|
|
auto_update = true, -- Update header when saving.
|
|
|
|
auto_update = true, -- Update header when saving.
|
|
|
|
user = 'dponte',
|
|
|
|
user = 'dponte',
|
|
|
@ -8,6 +8,7 @@ return {
|
|
|
|
-- add other options.
|
|
|
|
-- add other options.
|
|
|
|
},
|
|
|
|
},
|
|
|
|
config = function(_, opts)
|
|
|
|
config = function(_, opts)
|
|
|
|
require("codamheader").setup(opts)
|
|
|
|
require('codamheader').setup(opts)
|
|
|
|
end,
|
|
|
|
end,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|