Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URLs #136

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 🥃 gin.vim
# 🥃 Gin

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![vim help](https://img.shields.io/badge/vim-%3Ah%20gin-orange.svg)](doc/gin.txt)
[![test](https://github.com/lambdalisue/gin.vim/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/gin.vim/actions/workflows/test.yml)
[![test](https://github.com/lambdalisue/vim-gin/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/vim-gin/actions/workflows/test.yml)

Gin (_gin.vim_) is a plugin to handle git repository from Vim/Neovim.
Gin (_gin_) is a plugin to handle git repository from Vim/Neovim.

**Alpha version. Any changes, including backward incompatible ones, are applied
without announcements.**
Expand All @@ -17,7 +17,7 @@ without announcements.**
- `GinBuffer` to call a raw git command and open a result buffer
- `GinBranch` to see `git branch` of a repository
- `GinBrowse` to visit the hosting service webpage of a repository (powered by
[git-browse](https://deno.land/x/git_browse))
[git-browse](https://jsr.io/@lambdalisue/git-browse))
- `GinCd/GinLcd/GinTcd` to invoke `cd/lcd/tcd` to the repository root
- `GinChaperon` to solve git conflicts (like `git mergetool`)
- `GinDiff` to see `git diff` of a file
Expand All @@ -26,7 +26,7 @@ without announcements.**
- `GinPatch` to stage changes partially (like `git add -p`)
- `GinStatus` to see `git status` of a repository

See [Features](https://github.com/lambdalisue/gin.vim/wiki/Features) in Wiki for
See [Features](https://github.com/lambdalisue/vim-gin/wiki/Features) in Wiki for
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar correction needed: change "features" to "feature".

- detail about each features.
+ detail about each feature.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
See [Features](https://github.com/lambdalisue/vim-gin/wiki/Features) in Wiki for
See [Features](https://github.com/lambdalisue/vim-gin/wiki/Features) in Wiki for detail about each feature.

detail about each features.

## Requirements
Expand All @@ -50,7 +50,7 @@ Plug 'lambdalisue/gin.vim'
```

Or see
[How to install](https://github.com/lambdalisue/gin.vim/wiki#how-to-install)
[How to install](https://github.com/lambdalisue/vim-gin/wiki#how-to-install)
section in Wiki for other Vim plugin managers.

## Similar projects
Expand All @@ -59,7 +59,7 @@ section in Wiki for other Vim plugin managers.
lead me to the development of gita.vim
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct verb form: change "lead" to "led".

- A plugin that lead me to the development of gita.vim
+ A plugin that led me to the development of gita.vim

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
lead me to the development of gita.vim
led me to the development of gita.vim

- [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)<br>First git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the unpaired symbol in the markdown link.

- [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)
+ [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)<br>First git
[lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita)<br>First git

manipulation plugin that I made, works on Vim 7.4
- [lambdalisue/gina.vim](https://github.com/lambdalisue/gina.vim)<br>Second git
- [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina)<br>Second git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the unpaired symbol in the markdown link.

- [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina)
+ [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina)<br>Second git
- [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina)<br>Second git

manipulation plugin that I made, works asynchronously on Vim 8.1

## License
Expand Down