{"id":16847431,"url":"https://github.com/othree/coffee-check.vim","last_synced_at":"2026-01-03T19:08:45.875Z","repository":{"id":1959095,"uuid":"2889525","full_name":"othree/coffee-check.vim","owner":"othree","description":"Automatic CoffeeScript syntax validation checker for Vim","archived":false,"fork":false,"pushed_at":"2013-03-08T14:51:05.000Z","size":172,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T13:45:04.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=3900","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othree.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-12-01T07:49:58.000Z","updated_at":"2017-06-09T19:51:16.000Z","dependencies_parsed_at":"2022-08-29T16:12:27.114Z","dependency_job_id":null,"html_url":"https://github.com/othree/coffee-check.vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fcoffee-check.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fcoffee-check.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fcoffee-check.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fcoffee-check.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othree","download_url":"https://codeload.github.com/othree/coffee-check.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173553,"owners_count":20410300,"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":[],"created_at":"2024-10-13T13:07:54.462Z","updated_at":"2026-01-03T19:08:45.755Z","avatar_url":"https://github.com/othree.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coffee-check.vim\n\n## Introduction\n\nIt is hard to find out where is you script error if you use [CoffeeScript](http://coffeescript.org/) [plugin](https://github.com/jrburke/require-cs) for [RequireJS](http://requirejs.org/). This Vim plugin is design to help reduce the effect of this issue, it will check the code syntax base on CoffeeScript compiler everytime when you save a coffee file automatically.\n\n## Requirement\n\n* node: used to compile coffee script.\n\n## Installation\n\nUse [pathogen.vim](http://www.vim.org/scripts/script.php?script_id=2332) or [Vundle](https://github.com/gmarik/vundle) is suggestion.\n\nIf you didn't install [vim-coffee-script](http://www.vim.org/scripts/script.php?script_id=3590)\nAdd the following line to vimrc:\n\n    au BufRead,BufNewFile *.coffee set ft=coffee\n\n## Usage\n\nTo disable error line sign, add this line to your ~/.vimrc file:\n\n    let g:coffeeCheckSignErrorLine = 0\n\nTo enable error highlighting altogether add this line to your ~/.vimrc file:\n\n    let g:coffeeCheckHighlightErrorLine = 1\n\n## Important (Known Issues)\n\n* Only one error appears in every check, if you have several error in your script, you will have to fix one by one.\n* Some error message can't locate to correct line number, all this kind of error will mark to line 1.\n* Cause of previous issue, can't use the behavior of jslint.vim. So Vim will open quickfix window if any error was found.\n\n## Acknowledge\n\nThanks for the base of [jslint.vim](https://github.com/hallettj/jslint.vim) by [Jesse Hallett](http://sitr.us/).\n\n## License\n\nRelease under MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fcoffee-check.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothree%2Fcoffee-check.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fcoffee-check.vim/lists"}