{"id":21864088,"url":"https://github.com/lucastavaresa/headers.nvim","last_synced_at":"2025-10-08T14:30:55.924Z","repository":{"id":265140916,"uuid":"895256739","full_name":"LucasTavaresA/headers.nvim","owner":"LucasTavaresA","description":"Zero-config header/footer warnings.","archived":false,"fork":false,"pushed_at":"2025-01-05T15:35:54.000Z","size":20,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T04:06:02.938Z","etag":null,"topics":["lua","neovim","neovim-plugin","nvim","plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucasTavaresA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T21:24:03.000Z","updated_at":"2025-01-05T17:20:31.000Z","dependencies_parsed_at":"2025-01-12T04:06:05.314Z","dependency_job_id":"ef95d87c-464e-4316-b85c-22dc1da3d4b5","html_url":"https://github.com/LucasTavaresA/headers.nvim","commit_stats":null,"previous_names":["lucastavaresa/headers.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTavaresA%2Fheaders.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTavaresA%2Fheaders.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTavaresA%2Fheaders.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTavaresA%2Fheaders.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasTavaresA","download_url":"https://codeload.github.com/LucasTavaresA/headers.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235720635,"owners_count":19034987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","neovim","neovim-plugin","nvim","plugin"],"created_at":"2024-11-28T04:07:26.158Z","updated_at":"2025-10-08T14:30:55.919Z","avatar_url":"https://github.com/LucasTavaresA.png","language":"Lua","readme":"# headers.nvim\n\nZero-config header/footer warnings.\n\nTurn on notifications in [Breaking Changes](https://github.com/LucasTavaresA/headers.nvim/issues/1) if using this plugin.\n\n## Contents\n\n- [Installation](#installation)\n- [Options](#options)\n\n## Installation\n\n[packer.nvim](https://github.com/wbthomason/packer.nvim):\n\n```lua\nuse {\n\t\"lucastavaresa/headers.nvim\",\n\tconfig = function()\n\t\trequire(\"headers\").setup()\n\tend,\n}\n```\n\n[lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n\t\"lucastavaresa/headers.nvim\",\n\tconfig = function ()\n\t\trequire(\"headers\").setup()\n\tend,\n}\n```\n\n## Keybindings\n\nThere is no keybindings by default.\n\nThose are all the available functions:\n\n```lua\n-- Prepends/Appends the hovered header/footer\nvim.keymap.set(\"n\", \"\u003cspace\u003eH\", require(\"headers\").fix_hovered)\n-- Ignore warnings for the current buffer root\nvim.keymap.set(\"n\", \"\u003cspace\u003eI\", require(\"headers\").ignore)\n```\n\n## Options\n\nThe setup function receives a table with the options, these are the default values:\n\n```lua\n{\n\tcode_paths = {}, -- {} will warn everywhere, set one or more folders to warn only in those folders\n\tpaths_file = vim.fn.stdpath(\"data\") .. \"/headers.nvim/paths.lua\",\n\tnon_code = { \"sh\", \"zsh\", \"bash\", \"fish\", \"vim\", \"markdown\", \"txt\", \"json\", \"yaml\", \"toml\", \"ini\", \"html\", \"css\", \"sql\", \"xml\", \"cmake\", \"make\", \"diff\", \"patch\", \"git\", \"gitcommit\", \"gitconfig\", \"gitignore\", \"gitattributes\", },\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucastavaresa%2Fheaders.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucastavaresa%2Fheaders.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucastavaresa%2Fheaders.nvim/lists"}