chore(theme): Add link to neovim theme port in README.md - #1116
Conversation
|
@chaosteil is attempting to deploy a commit to the Pierre Computer Company Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8ebd8caba7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| Neovim: | ||
| A port of this colorscheme is available for Neovim. | ||
| Check out [pierre-theme.nvim](https://github.com/chaosteil/pierre-theme.nvim) |
There was a problem hiding this comment.
Move the Neovim link outside the code fence
When this README is rendered on GitHub, the fence opened above Usage: remains active until line 50, so this Markdown link is displayed literally as [pierre-theme.nvim](...) rather than as a clickable link. Since the change is intended to direct readers to the port, place the link outside the fenced block or otherwise restructure the section so Markdown link parsing is enabled.
Useful? React with 👍 / 👎.
Description
Adds a link to the neovim port of the pierrecomputer/theme project. The reason for it not to be present in this repo directly is that neovim plugins usually occupy the root of a git repo, and are unable to work with subtrees in a repo.
The repo itself takes this current repo as input and generates the value from the existing theme values present here.
Motivation & Context
Add visibility to the Neovim theme for whomever might desire it. Added the link here as the original repository is unmaintained.
Type of changes
first discussed with the dev team and they should be aware that this PR is
being opened
You must have first discussed with the dev team and they should be aware
that this PR is being opened
Checklist
contributing guidelines
moon run root:lint)moon run root:format)moonx diffs:test)How was AI used in generating this PR
The repo with the colors it links to is mostly AI generated, but the entirety of the corpus of this readme change is lovingly handcrafted.
Related issues
pierrecomputer/theme#49