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

Headless Install of VIM Plugins #123

Open
ProfessorManhattan opened this issue Nov 27, 2023 · 5 comments · May be fixed by #135
Open

Headless Install of VIM Plugins #123

ProfessorManhattan opened this issue Nov 27, 2023 · 5 comments · May be fixed by #135
Assignees
Labels
bug Something isn't working

Comments

@ProfessorManhattan
Copy link
Contributor

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

Currently, on macOS - the automatic installation of VIM plugins is not fully being done ahead of time. The recommended vim +PlugInstall +qall > /dev/null seems to work for the regular plugins but the coc plugins are not automatically installed. When you open VIM, they open a second pane and start installing even after the PlugInstall command is run. The coc plugins should be installed ahead of time as well.

Please make sure the plugins are also automatically installed with nvim as well as regular vim.

⏺️ Steps To Reproduce

No response

📒 Relevant Log Output

No response

💡 Possible Solution

No response

@ProfessorManhattan ProfessorManhattan added the bug Something isn't working label Nov 27, 2023
@ProfessorManhattan
Copy link
Contributor Author

Hey @enggnr --- I just checked the nvim setup.. it needs some tending to make the plugins automatically install prior to the first run

@ProfessorManhattan
Copy link
Contributor Author

We need to figure out the proper command to add to the astronvim section in the software.yml file that currently reads: _post: bash -ci "nvim --headless -c 'quitall'"

@enggnr
Copy link
Contributor

enggnr commented Dec 23, 2023

We need to figure out the proper command to add to the astronvim section in the software.yml file that currently reads: _post: bash -ci "nvim --headless -c 'quitall'"

This works on a new installation. The plugins were all installed OK. Please see the related comment on #126.

@enggnr enggnr linked a pull request Dec 27, 2023 that will close this issue
@ProfessorManhattan
Copy link
Contributor Author

ProfessorManhattan commented Dec 30, 2023 via email

@enggnr
Copy link
Contributor

enggnr commented Jan 1, 2024

Yes. Tested on MacOS and Ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants