{"id":16659964,"url":"https://github.com/venantius/vim-eastwood","last_synced_at":"2025-03-12T20:44:53.989Z","repository":{"id":26319822,"uuid":"29768102","full_name":"venantius/vim-eastwood","owner":"venantius","description":"A Vim plugin for Clojure's Eastwood linter","archived":false,"fork":false,"pushed_at":"2020-12-01T00:04:41.000Z","size":163,"stargazers_count":84,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-19T13:35:42.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/venantius.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}},"created_at":"2015-01-24T06:36:36.000Z","updated_at":"2023-08-20T10:00:07.000Z","dependencies_parsed_at":"2022-08-27T16:50:24.172Z","dependency_job_id":null,"html_url":"https://github.com/venantius/vim-eastwood","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/venantius%2Fvim-eastwood","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venantius%2Fvim-eastwood/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venantius%2Fvim-eastwood/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venantius%2Fvim-eastwood/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venantius","download_url":"https://codeload.github.com/venantius/vim-eastwood/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243293768,"owners_count":20268139,"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-12T10:27:20.015Z","updated_at":"2025-03-12T20:44:53.949Z","avatar_url":"https://github.com/venantius.png","language":"Vim script","funding_links":[],"categories":["Editor Plugins"],"sub_categories":[],"readme":"# vim-eastwood\n\n\nvim-eastwood is a vim plugin for [Eastwood](https://github.com/jonase/eastwood/), the Clojure lint tool. Rather than shelling out to Leiningen, it uses a [vim-fireplace](https://github.com/tpope/vim-fireplace/) REPL connection to only lint the current file. This has the advantage of sidestepping Leiningen's startup time and keeping Vim from hanging, though the very first time you use it with a given REPL server there will be a slight delay as it loads the `eastwood.lint` namespace.\n\nYou should be aware of the side effects of [using Eastwood from a REPL](https://github.com/jonase/eastwood#running-eastwood-in-a-repl).\n\nIt extends [Syntastic](https://github.com/scrooloose/syntastic)'s checkers, so you'll see those familiar markers in your UI:\n\n![](doc/demo.png)\n\n## Installation\n\n### Requirements\n\nYou'll want to have [Eastwood](https://github.com/jonase/eastwood/), [vim-fireplace](https://github.com/tpope/vim-fireplace/) and [Syntastic](https://github.com/scrooloose/syntastic) installed, and you'll need to make sure Eastwood is somewhere on your project's classpath. I'd recommend adding the following to your `~/.lein/profiles.clj`:\n\n```clojure\n:dependencies [[jonase/eastwood \"0.2.1\" :exclusions [org.clojure/clojure]]]\n```\n\nYou'll also need to enable this plugin as the Clojure syntax checker for Syntastic by adding the following line to your ~/.vimrc:\n\n```vim\nlet g:syntastic_clojure_checkers = ['eastwood']\n```\n\nIn order for Syntastic to actually lint the file you're working on, you'll also need to have a REPL connection open through fireplace.\n\nAfter that, the rest should take care of itself.\n\n### Installing with Pathogen\n\nAssuming you already have [Pathogen](https://github.com/tpope/vim-pathogen) installed, you should be good to go with the following:\n\n```\ncd ~/.vim/bundle \u0026\u0026 \\\ngit clone https://github.com/venantius/vim-eastwood.git\n```\n\n### Installing with Vundle\n\nTo install vim-eastwood with [Vundle](https://github.com/gmarik/Vundle.vim), add the following line to your `.vimrc`:\n```\nBundle 'venantius/vim-eastwood'\n```\n\n## Other Vim + Clojure Plugins\n\nIf you like this, you should check out [vim-cljfmt](https://github.com/venantius/vim-cljfmt)!\n\n## License\n\nCopyright (c) 2019 W. David Jarvis.\n\nLicensed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenantius%2Fvim-eastwood","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenantius%2Fvim-eastwood","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenantius%2Fvim-eastwood/lists"}