{"id":16660123,"url":"https://github.com/djblue/vrepl","last_synced_at":"2026-05-15T08:32:52.154Z","repository":{"id":72149496,"uuid":"153830156","full_name":"djblue/vrepl","owner":"djblue","description":"vim fireplace + clojure nrepl = awesome","archived":false,"fork":false,"pushed_at":"2020-12-02T04:41:15.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T20:48:47.152Z","etag":null,"topics":["clojure","nrepl","vim","vim-fireplace"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/djblue.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}},"created_at":"2018-10-19T19:12:10.000Z","updated_at":"2020-12-02T04:41:17.000Z","dependencies_parsed_at":"2023-09-16T20:21:44.943Z","dependency_job_id":null,"html_url":"https://github.com/djblue/vrepl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djblue/vrepl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djblue%2Fvrepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djblue%2Fvrepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djblue%2Fvrepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djblue%2Fvrepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djblue","download_url":"https://codeload.github.com/djblue/vrepl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djblue%2Fvrepl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260318648,"owners_count":22991116,"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":["clojure","nrepl","vim","vim-fireplace"],"created_at":"2024-10-12T10:28:05.382Z","updated_at":"2025-10-27T16:23:38.458Z","avatar_url":"https://github.com/djblue.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrepl\n\nBootstrap vim with a clojure nrepl session.\n\n## dependencies \n\n- [clojure 1.9+](https://clojure.org/guides/getting_started)\n- [tpope/fireplace.vim](https://github.com/tpope/vim-fireplace)\n\n## recommended plugins\n\n- [luochen1990/rainbow](https://github.com/luochen1990/rainbow)\n- [vim-scripts/paredit.vim](https://github.com/vim-scripts/paredit.vim)\n- [venantius/vim-cljfmt](https://github.com/venantius/vim-cljfmt)\n- [ervandew/supertab](https://github.com/ervandew/supertab)\n\n## setup\n\nIn `$HOME/.clojure/deps.edn`, add a new alias:\n\n```clojure\n:aliases\n{:vrepl {:main-opts [\"-m\" \"vrepl.core\"]\n         :extra-deps\n         {vrepl {:git/url \"https://github.com/djblue/vrepl.git\"                                        \n                 :sha \"cc7f140869ce3ab8602e289248226a9b2b247943\"}}}}\n```\n\nthen run:\n\n\n```bash\nclojure -Avrepl\n```\n\nIf you want to include the current directoy in your class path, do:\n\n```bash\nclojure -Sdeps '{:paths [\".\"]}' -Avrepl\n```\n\nYou should be put into a new empty vim window in a clojure buffer with a\nconnected nrepl session. Any additional arguments will be passed directly\nto vim, so you can pass files you want to open as well.\n\nTo setup a shell alias for vrepl, do:\n\n```bash\nalias vrepl=\"clojure -Sdeps '{:paths [\\\".\\\"]}' -Avrepl-dev\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjblue%2Fvrepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjblue%2Fvrepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjblue%2Fvrepl/lists"}