/headers.nvim

Zero-config header/footer warnings.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

headers.nvim

Zero-config header/footer warnings.

Turn on notifications in Breaking Changes if using this plugin.

Contents

Installation

packer.nvim:

use {
	"lucastavaresa/headers.nvim",
	config = function()
		require("headers").setup()
	end,
}

lazy.nvim:

{
	"lucastavaresa/headers.nvim",
	opts = {},
}

Options

The setup function receives a table with the options, these are the default values:

{
	paths_file = vim.fn.stdpath("data") .. "/headers.nvim/paths.lua",
}