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

Update URLs #136

wants to merge 1 commit into from

Conversation

lambdalisue
Copy link
Owner

@lambdalisue lambdalisue commented May 8, 2024

Summary by CodeRabbit

  • New Features

    • Rebranded the gin.vim plugin to Gin with updated URLs and plugin names for enhanced clarity and branding.
  • Documentation

    • Updated documentation to reflect the rebranding and new repository URLs.

Copy link

coderabbitai bot commented May 8, 2024

Walkthrough

The gin.vim plugin has undergone a significant transformation, now rebranded as Gin. This update involves renaming the plugin and altering its associated URLs and references within the Vim/Neovim environments. The changes streamline its identity and improve accessibility under its new moniker.

Changes

File Changed Summary of Changes
README.md Updated plugin name and URLs; rebranded to Gin.
URLs Updated various URLs linked to the plugin's repository and related pages.
Plugin References Renamed from gin.vim to Gin across documentation and code references.

🐇✨
In the world of code, where logic reigns supreme,
A little rabbit hopped along, dreaming a dream.
From gin.vim to Gin, it's a magical twist,
With a flick of its tail, confusion dismissed!
Celebrate the change, hop high and spin! 🎉
🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

Out of diff range and nitpick comments (3)
README.md (3)

Line range hint 34-34: Grammar correction: separate "thus" from the sentence properly.

- Gin is written in denops thus users need to install [Deno](https://deno.land)
+ Gin is written in denops, thus users need to install [Deno](https://deno.land)

Line range hint 37-37: Fix the unpaired symbol in the markdown link.

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

Line range hint 58-58: Fix the unpaired symbol in the markdown link.

- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)
+ [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between f5232fe and 4459e87.
Files selected for processing (1)
  • README.md (5 hunks)
Additional Context Used
LanguageTool (7)
README.md (7)

Near line 30: The noun should probably be in the singular form.
Context: ...Features) in Wiki for detail about each features. ## Requirements Gin is written in de...


Near line 34: The word “thus” is an adverb that can’t be used like a conjunction, and therefore needs to be separated from the sentence.
Context: ...es. ## Requirements Gin is written in denops thus users need to install [Deno](https://de...


Near line 37: Unpaired symbol: ‘[’ seems to be missing
Context: ...and denops.vim - [vim-denops/denops.vim][vim-denops/denops.vim]
An ecosystem...


Near line 58: Unpaired symbol: ‘[’ seems to be missing
Context: ... Similar projects - tpope/vim-fugitive<...


Near line 59: The verb form ‘lead’ does not seem to be suitable in this context.
Context: .../tpope/vim-fugitive)
A plugin that lead me to the development of gita.vim - [la...


Near line 60: Unpaired symbol: ‘[’ seems to be missing
Context: ...ment of gita.vim - [lambdalisue/vim-gita](https://github.com/lambdalisue/vim-gita...


Near line 62: Unpaired symbol: ‘[’ seems to be missing
Context: ...works on Vim 7.4 - [lambdalisue/gina.vim](https://github.com/lambdalisue/vim-gina...

Additional comments not posted (4)
README.md (4)

1-1: Update the plugin name to match the new branding.


5-5: Ensure the GitHub Actions badge URL reflects the new repository URL.


20-20: Update the URL for git-browse to reflect the new location.


53-53: Ensure the installation guide URL is updated to reflect the new repository structure.

@@ -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.

@@ -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

@@ -59,7 +59,7 @@ section in Wiki for other Vim plugin managers.
lead 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

@@ -59,7 +59,7 @@ section in Wiki for other Vim plugin managers.
lead me to the development of gita.vim
- [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

@lambdalisue lambdalisue closed this May 8, 2024
@lambdalisue lambdalisue deleted the lambdalisue-patch-1 branch May 8, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant