-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Vim/Nvim plugin related fixes #135
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe changeset primarily focuses on the removal of a GitSync related code block and an export statement from the Changes
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (3)
- home/.chezmoiexternal.toml.tmpl (1)
- home/dot_config/shell/exports.sh.tmpl (1)
- home/dot_config/vim/vimrc (1)
Files ignored due to filter (2)
- home/dot_config/coc/coc-settings.json
- software.yml
Files not summarized due to errors (3)
- home/dot_config/shell/exports.sh.tmpl (nothing obtained from openai)
- home/dot_config/vim/vimrc (nothing obtained from openai)
- home/.chezmoiexternal.toml.tmpl (nothing obtained from openai)
Files not reviewed due to errors (3)
- home/dot_config/shell/exports.sh.tmpl (no response)
- home/dot_config/vim/vimrc (no response)
- home/.chezmoiexternal.toml.tmpl (no response)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
Hey @enggnr --- I manually merged the changes so far... I notice that when I run:
I see:
Also, after the command finishes, when I open Also, is there a better way of running bash -ci "nvim --headless -c 'quitall'"? i.e. can we do it without an interactive Bash session? |
It was caused by the presence of Note that even though the console says |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (1)
- home/dot_config/npm/config/npm-init.js (1)
Files ignored due to filter (1)
- home/dot_config/npm/favorites.yml
Files skipped from review due to trivial changes (1)
- home/dot_config/npm/config/npm-init.js
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
@ProfessorManhattan, this has been addressed. Problem was caused by the file To show file tree, I've updated the setting in megabyte-labs/AstronVim@2f60dbe. |
Ok good stuff. Thanks
…On Thu, Feb 15, 2024, 7:39 AM enggnr ***@***.***> wrote:
@ProfessorManhattan <https://github.com/ProfessorManhattan>, this has
been addressed. Problem was caused by the file
dot_config/npm/config/npm-init.js. I was not able to find what this file
does, I've removed that file and dot_config/npm/favourites.yml. If these
are needed, we would need to address the failures caused due to these files
(mostly the js file).
To show file tree, I've updated the setting in megabyte-labs/AstronVim@
2f60dbe
<megabyte-labs/AstronVim@2f60dbe>
.
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJRHXIJIHTMBWDGJAQVBQ3YTX6WRAVCNFSM6AAAAABBEPSHACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBWGAYTSMJXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This fixes issues identified during the setup of Vim/Nvim plugins.
Other information:
Fixes Headless Install of VIM Plugins #123 and VIM Automation Bug #127. Related to #https://github.com/megabyte-labs/AstronVim/pull/1
Summary by CodeRabbit
npm-init.js
. This change simplifies the configuration process and reduces potential points of failure, improving maintainability.npm-init.js
, removing "main", "scripts", and "version" properties. This change does not affect end-user functionality but enhances code readability and maintainability.