{"id":16099035,"url":"https://github.com/hellerve/carp-vim","last_synced_at":"2025-07-03T02:33:58.251Z","repository":{"id":46772759,"uuid":"109144431","full_name":"hellerve/carp-vim","owner":"hellerve","description":"A Vim plugin for Carp","archived":false,"fork":false,"pushed_at":"2021-09-26T23:33:59.000Z","size":22,"stargazers_count":17,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T22:43:52.734Z","etag":null,"topics":[],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.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":"2017-11-01T14:51:38.000Z","updated_at":"2024-07-30T21:16:45.000Z","dependencies_parsed_at":"2022-08-27T16:41:17.975Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/carp-vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/carp-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcarp-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcarp-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcarp-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcarp-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/carp-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcarp-vim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263247599,"owners_count":23436872,"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-09T18:25:29.118Z","updated_at":"2025-07-03T02:33:58.224Z","avatar_url":"https://github.com/hellerve.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# carp-vim\n\nThis repository contains a Vim plugin for Carp. It is largely\nbased on [the racket vim plugin for pathogen](https://github.com/wlangstroth/vim-racket).\n\nTo enable syntax checking via syntastic, add the following line to your `.vimrc`:\n\n```vim\nlet g:syntastic_carp_checkers = ['carp']\n```\n\nTo enable auto-indentation, if it's not already working, add the following line to your `.virmc`:\n\n```vim\nau FileType carp set lisp\n```\n\nTo enable Paredit, if you've already installed the plugin, add the following\nline to your `.vimrc`:\n\n```vim\nau FileType carp call PareditInitBuffer()\n```\n\n## Installation\n\n### Pathogen\n\nProbably the most handy way to install the Carp vim plugin is by using\n[pathogen](https://github.com/tpope/vim-pathogen). Installation using\npathogen goes like this:\n\n```bash\ncd ~/.vim/bundle\ngit clone git@github.com:hellerve/carp-vim.git\n```\n\n### Vim-Plug\n\nTo install using [Vim-Plug](https://github.com/junegunn/vim-plug), add this line between the `plug#begin` and `plug#end`\ncalls in your `.vimrc` or `init.vim` in Neovim.\n\n```vim\nPlug 'hellerve/carp-vim'\n```\n\n### Manual\n\n#### Unix\n\nThe \"installation\" process should look something like this on Unix-based\nOSs:\n\n```bash\ngit clone git@github.com:hellerve/carp-vim.git\ncd carp-vim\ncp -r ftdetect ~/.vim\ncp -r syntax ~/.vim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fcarp-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fcarp-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fcarp-vim/lists"}