{"id":13961870,"url":"https://github.com/tpope/vim-salve","last_synced_at":"2025-12-17T10:47:10.061Z","repository":{"id":16538313,"uuid":"19291717","full_name":"tpope/vim-salve","owner":"tpope","description":"salve.vim: static support for Leiningen and Boot","archived":false,"fork":false,"pushed_at":"2024-07-07T16:35:05.000Z","size":24,"stargazers_count":196,"open_issues_count":1,"forks_count":14,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-26T02:43:39.160Z","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/tpope.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tpope","custom":["https://www.paypal.me/vimpope"]}},"created_at":"2014-04-29T21:15:31.000Z","updated_at":"2025-01-11T12:34:16.000Z","dependencies_parsed_at":"2024-11-11T01:30:06.396Z","dependency_job_id":"e97eb508-3929-4837-a52c-10212d75aa91","html_url":"https://github.com/tpope/vim-salve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpope/vim-salve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-salve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-salve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-salve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-salve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpope","download_url":"https://codeload.github.com/tpope/vim-salve/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-salve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27781933,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-08T17:01:33.039Z","updated_at":"2025-12-17T10:47:10.022Z","avatar_url":"https://github.com/tpope.png","language":"Vim Script","funding_links":["https://github.com/sponsors/tpope","https://www.paypal.me/vimpope"],"categories":["Vim script","Editor Plugins"],"sub_categories":[],"readme":"# salve.vim\n\nStatic Vim support for [Leiningen][], [Boot][], and the [Clojure CLI][].\n\n\u003e Leiningen ran... [the ants] would get to him soon, despite the salve on\n\u003e his boots.\n\n-- from \"Leiningen versus the Ants\"\n\n## Features\n\n* `:Console` command to start a REPL or focus an existing instance if already\n  running using [dispatch.vim][].\n* Autoconnect [fireplace.vim][] to the REPL, or autostart it with `:Console`.\n* [Navigation commands][projectionist.vim]: `:Esource`, `:Emain`, `:Etest`,\n  and `:Eresource`.\n* Alternate between test and implementation with `:A`.\n* Use `:make` to invoke `lein`, `boot`, or `clojure`, complete with stacktrace\n  parsing.\n* Default [dispatch.vim][]'s `:Dispatch` to running the associated test file.\n* `'path'` is seeded with the classpath to enable certain static Vim and\n  [fireplace.vim][] behaviors.\n\n[Leiningen]: http://leiningen.org/\n[Boot]: http://boot-clj.com/\n[Clojure CLI]: https://clojure.org/guides/deps_and_cli\n[fireplace.vim]: https://github.com/tpope/vim-fireplace\n[dispatch.vim]: https://github.com/tpope/vim-dispatch\n[projectionist.vim]: https://github.com/tpope/vim-projectionist\n\n## Installation\n\nInstall using your favorite package manager, or use Vim's built-in package\nsupport:\n\n    mkdir -p ~/.vim/pack/tpope/start\n    cd ~/.vim/pack/tpope/start\n    git clone https://tpope.io/vim/salve.git\n    git clone https://tpope.io/vim/projectionist.git\n    git clone https://tpope.io/vim/dispatch.git\n    git clone https://tpope.io/vim/fireplace.git\n    vim -u NONE -c \"helptags salve/doc\" -c q\n    vim -u NONE -c \"helptags projectionist/doc\" -c q\n    vim -u NONE -c \"helptags dispatch/doc\" -c q\n    vim -u NONE -c \"helptags fireplace/doc\" -c q\n\n## FAQ\n\n\u003e Why does it sometimes take a few extra seconds for Vim to startup?\n\nMuch of the functionality of salve.vim depends on knowing the classpath.\nWhen possible, this is retrieved from a [fireplace.vim][] connection, but if\nnot, this means a call to `lein classpath` or `boot show --fake-classpath`.\n\nOnce retrieved, the classpath is cached until a project manifest file\nchanges: for Leiningen `project.clj` or `~/.lein/profiles.clj`, for Boot\n`build.boot` or `~/.boot/profile.boot`, for the Clojure CLI `deps.edn` or\n`~/.clojure/deps.edn`.\n\n## License\n\nCopyright © Tim Pope.  Distributed under the same terms as Vim itself.\nSee `:help license`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-salve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpope%2Fvim-salve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-salve/lists"}