Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LucasTavaresA/headers.nvim

Zero-config header/footer warnings.
https://github.com/LucasTavaresA/headers.nvim

lua neovim neovim-plugin nvim plugin

Last synced: 7 days ago
JSON representation

Zero-config header/footer warnings.

Awesome Lists containing this project

README

        

# headers.nvim

Zero-config header/footer warnings.

Turn on notifications in [Breaking Changes](https://github.com/LucasTavaresA/headers.nvim/issues/1) if using this plugin.

## Contents

- [Installation](#installation)
- [Options](#options)

## Installation

[packer.nvim](https://github.com/wbthomason/packer.nvim):

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

[lazy.nvim](https://github.com/folke/lazy.nvim):

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

## Options

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

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