LucasTavaresA/headers.nvim

github github
project
stars 2
issues 1
subscribers 1
forks 0
CREATED

2024-11-27

UPDATED

12 days ago


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",
}