Zero-config header/footer warnings.
Turn on notifications in Breaking Changes if using this plugin.
use {
"lucastavaresa/headers.nvim",
config = function()
require("headers").setup()
end,
}
{
"lucastavaresa/headers.nvim",
opts = {},
}
The setup function receives a table with the options, these are the default values:
{
paths_file = vim.fn.stdpath("data") .. "/headers.nvim/paths.lua",
}