{"id":43108017,"url":"https://github.com/crag-h4k/gud-vim","last_synced_at":"2026-01-31T18:14:23.040Z","repository":{"id":59769239,"uuid":"197592690","full_name":"crag-h4k/gud-vim","owner":"crag-h4k","description":"Vim setup for MacOS, Linux, and Python3, Rust, Go, and JS development","archived":false,"fork":false,"pushed_at":"2025-04-11T16:25:07.000Z","size":5550,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-02T17:39:06.406Z","etag":null,"topics":["vim"],"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/crag-h4k.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-18T13:29:33.000Z","updated_at":"2025-04-11T16:25:11.000Z","dependencies_parsed_at":"2024-06-26T19:02:41.908Z","dependency_job_id":"041d8d11-f3a7-4a26-9264-7d639304af31","html_url":"https://github.com/crag-h4k/gud-vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crag-h4k/gud-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crag-h4k%2Fgud-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crag-h4k%2Fgud-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crag-h4k%2Fgud-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crag-h4k%2Fgud-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crag-h4k","download_url":"https://codeload.github.com/crag-h4k/gud-vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crag-h4k%2Fgud-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["vim"],"created_at":"2026-01-31T18:14:22.572Z","updated_at":"2026-01-31T18:14:23.030Z","avatar_url":"https://github.com/crag-h4k.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gud Vim\n\nThis is a pretty good vim setup. This setup focuses on Python3 and is\nalso set up for Rust and Go development (Javascript still WIP).\n\nThis configuration works with neovim with a couple additional steps -\nsee **`neovim`** section below for more details.\n\n## MacOS Install Prereqs\n\n```sh\nbrew install macvim --override-system-vim\nxargs brew install \u003c homebrew.list\n```\n\n## Debian GNU/Linux Install Prereqs\n\n```sh\nxargs sudo apt install -y \u003c deb-pkgs.txt\n```\n\n## Install\n\n```sh\nBAK=$HOME/.vim-$(date +%d-%b-%Y).bak\nmkdir $BAK\nmv $HOME/.vim* $BAK/.\nmv $HOME/.darglint $BAK/.\ngit clone https://github.com/crag-h4k/gud-vim.git $HOME/.vim --recursive\nln -s $HOME/.vim/vimrc $HOME/.vimrc\nln -s $HOME/.vim/darglint $HOME/.darglint\nln -s $HOME/.vim/configs/yamllint $HOME/.config/yamllint\ncd $HOME/.vim\ngit submodule update --recursive --remote bundle/*\n```\n\nI have this setup to use a Python3 Virtual Environment\n\nCreate a virtual environment with the following commands:\n\n```sh\ncd $HOME/.vim\npython3 -m venv venv\n```\n\nThen activate your virtual environment and install dependancies\n\n```sh\nsource venv/bin/activate\npip3 install -r requirements.txt\n```\n\n### Huzzah! All done\n\n## `neovim` setup\n\nCreate a directory and symlink so that `neovim` knows where to look.\n\n```sh\nmkdir -p $HOME/.config\nln -s ~/.vim ~/.config/nvim\n```\n\nFor jedi to work we need to install python's `neovim` module into the system's`PYTHONPATH`.\n\n```sh\ndeactivate\npip3 install neovim --user\n```\n\nAfter this neovim should work! Please let me know if there are any issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrag-h4k%2Fgud-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrag-h4k%2Fgud-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrag-h4k%2Fgud-vim/lists"}