{"id":13469573,"url":"https://github.com/lambdalisue/vim-gin","last_synced_at":"2025-08-20T02:32:24.539Z","repository":{"id":37115103,"uuid":"365204242","full_name":"lambdalisue/vim-gin","owner":"lambdalisue","description":"🥃  Gin makes you drunk on Git","archived":false,"fork":false,"pushed_at":"2024-05-08T15:58:23.000Z","size":1106,"stargazers_count":135,"open_issues_count":15,"forks_count":8,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-05-08T17:17:53.295Z","etag":null,"topics":["git","github","neovim","vim","vim-denops"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lambdalisue.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":"2021-05-07T10:57:31.000Z","updated_at":"2024-05-08T17:17:56.187Z","dependencies_parsed_at":"2023-02-09T15:16:33.555Z","dependency_job_id":"5883cb9a-9ff4-4b6c-8871-da46cf2c174a","html_url":"https://github.com/lambdalisue/vim-gin","commit_stats":null,"previous_names":["lambdalisue/vim-gin"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-gin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-gin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-gin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-gin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-gin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230388129,"owners_count":18217755,"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":["git","github","neovim","vim","vim-denops"],"created_at":"2024-07-31T15:01:45.543Z","updated_at":"2024-12-19T06:08:36.228Z","avatar_url":"https://github.com/lambdalisue.png","language":"TypeScript","readme":"# 🥃 Gin\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![vim help](https://img.shields.io/badge/vim-%3Ah%20gin-orange.svg)](doc/gin.txt)\n[![test](https://github.com/lambdalisue/vim-gin/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/vim-gin/actions/workflows/test.yml)\n\nGin (_vim-gin_) is a plugin to handle git repository from Vim/Neovim.\n\n**Alpha version. Any changes, including backward incompatible ones, are applied\nwithout announcements.**\n\n## Features\n\n- Proxy the prompts/editor used by git commands to Vim\n- Components to show information on `statusline` and/or `tabline`\n- `Gin` to call a raw git command and echo the result\n- `GinBuffer` to call a raw git command and open a result buffer\n- `GinBranch` to see `git branch` of a repository\n- `GinBrowse` to visit the hosting service webpage of a repository (powered by\n  [git-browse](https://deno.land/x/git_browse))\n- `GinCd/GinLcd/GinTcd` to invoke `cd/lcd/tcd` to the repository root\n- `GinChaperon` to solve git conflicts (like `git mergetool`)\n- `GinDiff` to see `git diff` of a file\n- `GinEdit` to see `git show` of a file\n- `GinLog` to see `git log` of a repository/file\n- `GinPatch` to stage changes partially (like `git add -p`)\n- `GinStatus` to see `git status` of a repository\n\nSee [Features](https://github.com/lambdalisue/vim-gin/wiki/Features) in Wiki for\ndetail about each features.\n\n## Requirements\n\nGin is written in denops thus users need to install [Deno](https://deno.land)\nand denops.vim\n\n- [vim-denops/denops.vim][vim-denops/denops.vim]\u003cbr\u003e An ecosystem for writing\n  Vim/Neovim plugin in Deno.\n\n[vim-denops/denops.vim]: https://github.com/vim-denops/denops.vim\n\n## Installation\n\nInstall [Deno](https://deno.land) then use\n[vim-plug](https://github.com/junegunn/vim-plug) to install like:\n\n```vim\nPlug 'vim-denops/denops.vim'\nPlug 'lambdalisue/vim-gin'\n```\n\nOr see\n[How to install](https://github.com/lambdalisue/vim-gin/wiki#how-to-install)\nsection in Wiki for other Vim plugin managers.\n\n## Similar projects\n\n- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)\u003cbr\u003eA plugin that\n  lead me to the development of gita.vim\n- [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)\u003cbr\u003eFirst git\n  manipulation plugin that I made, works on Vim 7.4\n- [lambdalisue/vim-gina](https://github.com/lambdalisue/vim-gina)\u003cbr\u003eSecond git\n  manipulation plugin that I made, works asynchronously on Vim 8.1\n\n## License\n\nThe code in this repository follows MIT license, texted in [LICENSE](./LICENSE).\nContributors need to agree that any modifications sent in this repository follow\nthe license.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-gin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-gin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-gin/lists"}