{"id":33390283,"url":"https://github.com/saghen/filler-begone.nvim","last_synced_at":"2026-02-06T04:12:07.007Z","repository":{"id":314477096,"uuid":"1055674960","full_name":"saghen/filler-begone.nvim","owner":"saghen","description":"Prevents neovim from showing filler lines unnecessarily due to scrolling beyond buffer content","archived":false,"fork":false,"pushed_at":"2025-10-30T19:41:40.000Z","size":12,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T09:58:41.598Z","etag":null,"topics":["neovim","neovim-lua-plugin","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saghen.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T16:13:19.000Z","updated_at":"2025-11-15T01:38:46.000Z","dependencies_parsed_at":"2025-09-12T18:51:26.107Z","dependency_job_id":"ce280d7e-5fa9-4a77-83d3-47b7987b2f81","html_url":"https://github.com/saghen/filler-begone.nvim","commit_stats":null,"previous_names":["saghen/neverflow.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saghen/filler-begone.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghen%2Ffiller-begone.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghen%2Ffiller-begone.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghen%2Ffiller-begone.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghen%2Ffiller-begone.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghen","download_url":"https://codeload.github.com/saghen/filler-begone.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghen%2Ffiller-begone.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["neovim","neovim-lua-plugin","neovim-plugin"],"created_at":"2025-11-23T07:00:43.414Z","updated_at":"2026-02-06T04:12:07.001Z","avatar_url":"https://github.com/saghen.png","language":"Lua","readme":"# filler-begone.nvim\n\nPrevents neovim from scrolling past the bottom of the buffer and showing unnecessary `:h filler-lines`. Disable globally with `vim.g.filler_begone = false` or per-buffer with `vim.b.filler_begone = false`. Plugin initializes itself automatically, just add it to your package manager.\n\nSpecial thanks to [zeertzjq](https://github.com/zeertzjq), [justinmk](https://github.com/justinmk), [seandewar](https://github.com/seandewar), and [echasnovski](https://github.com/echasnovski) for their help!\n\nNote: When using `vim._extui`, set `vim.o.showcmd = false` to prevent an issue with forced redrawing causing flickering. Thanks [stefanboca](https://github.com/stefanboca) for debugging this!\n\n## Installation\n\n```lua\n-- lazy.nvim\n{ 'saghen/filler-begone.nvim' }\n\n-- vim.pack\nvim.pack.add({ 'https://github.com/saghen/filler-begone.nvim' })\n\n-- mini.deps\nMiniDeps.add({ source = 'saghen/filler-begone.nvim' })\n```\n","funding_links":[],"categories":["Scrolling"],"sub_categories":["Tree-sitter Based"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghen%2Ffiller-begone.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghen%2Ffiller-begone.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghen%2Ffiller-begone.nvim/lists"}