{"id":21013436,"url":"https://github.com/heavenshell/vim-misspell","last_synced_at":"2025-05-15T04:34:23.491Z","repository":{"id":50025039,"uuid":"105668712","full_name":"heavenshell/vim-misspell","owner":"heavenshell","description":"misspell for Vim.","archived":false,"fork":false,"pushed_at":"2018-01-06T13:55:11.000Z","size":5033,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-10T20:08:07.692Z","etag":null,"topics":["misspell","vim","vim-script"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.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}},"created_at":"2017-10-03T15:29:52.000Z","updated_at":"2022-07-27T15:49:22.000Z","dependencies_parsed_at":"2022-08-31T17:01:56.324Z","dependency_job_id":null,"html_url":"https://github.com/heavenshell/vim-misspell","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-misspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-misspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-misspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-misspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-misspell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225328918,"owners_count":17457329,"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":["misspell","vim","vim-script"],"created_at":"2024-11-19T09:42:28.059Z","updated_at":"2024-11-19T09:42:28.623Z","avatar_url":"https://github.com/heavenshell.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-misspell\n\n[![Build Status](https://travis-ci.org/heavenshell/vim-misspell.svg?branch=master)](https://travis-ci.org/heavenshell/vim-misspell)\n\nmisspell for Vim.\n\n![Realtime spell check](./assets/vim-misspell.gif)\n\n`vim-misspell` is a wrapper of [misspell](https://github.com/client9/misspell/).\n\n## Dependencies\n\nInstall [misspell](https://github.com/client9/misspell/#install).\n\n## Usage\n\n### Invoke manually\n\nOpen file and just execute `:Misspell`.\n\nThat's it.\n\n### Automatically check on save\n\n```viml\nautocmd BufWritePost * call misspell#run()\n```\n#### Run Misspell, QuickFixStatus and Vim-Hier\n\n```viml\nfunction! s:misspell_after(...)\n  execute ':QuickfixStatusEnable'\n  execute ':HierUpdate'\nendfunction\n\nlet g:misspell_callbacks = {\n  \\ 'after_run': function('s:misspell_after')\n  \\ }\n\nautocmd BufWritePost * call misspell#run()\nautocmd InsertLeave * call misspell#run()\nautocmd TextChanged,TextChangedI * call misspell#run()\n```\n\n## License\n\nNew BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-misspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-misspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-misspell/lists"}