{"id":15399309,"url":"https://github.com/raviqqe/vim-nonblank","last_synced_at":"2025-04-16T01:48:49.384Z","repository":{"id":143272881,"uuid":"58300063","full_name":"raviqqe/vim-nonblank","owner":"raviqqe","description":"Delete trailing whitespaces on every write","archived":false,"fork":false,"pushed_at":"2018-04-03T08:12:46.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T03:41:35.503Z","etag":null,"topics":["plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raviqqe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-08T06:43:35.000Z","updated_at":"2020-12-21T14:35:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6019e49-b6e2-4530-9401-4b475c3101a0","html_url":"https://github.com/raviqqe/vim-nonblank","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"e8715e8fc11723c0573083db02790cf78fe3740a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fvim-nonblank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fvim-nonblank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fvim-nonblank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fvim-nonblank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviqqe","download_url":"https://codeload.github.com/raviqqe/vim-nonblank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183027,"owners_count":21226123,"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":["plugin","vim"],"created_at":"2024-10-01T15:48:07.217Z","updated_at":"2025-04-16T01:48:49.377Z","avatar_url":"https://github.com/raviqqe.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-nonblank\n\nThis plugin deletes trailing whitespaces on every write.\n\n## Installation\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug),\n\n```vim\nPlug 'raviqqe/vim-nonblank'\n```\n\n## Example\n\nA buffer (`$` denotes a newline character)\n\n```text\nfoo  $\n$\n  $\nbar baz   $\n  $\n$\n```\n\nwill be normalized as below.\n\n```text\nfoo$\n$\n$\nbar baz$\n```\n\n## Configuration\n\n### Disabling auto deletion\n\nSet the `enabled` flag to `0`.\n\n```vim\nlet g:nonblank_enabled = 0\n```\n\nThen you can run `:NonBlank` command manually.\n\n### Blacklisting filetypes\n\nSet the `blacklist` flag.\n\n```vim\nlet g:nonblank_blacklist = ['python']\n```\n\nThe default value is `['diff', 'gitcommit']`.\n\n## License\n\n[The Unlicense](https://unlicense.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fvim-nonblank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviqqe%2Fvim-nonblank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fvim-nonblank/lists"}