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

Vim: Update Installation Batch Script #4

Open
ayushxx7 opened this issue Apr 21, 2021 · 1 comment
Open

Vim: Update Installation Batch Script #4

ayushxx7 opened this issue Apr 21, 2021 · 1 comment
Assignees

Comments

@ayushxx7
Copy link
Owner

  • Test the state of the current installer (should be working for the most part)
  • Fix issues related to post-install steps
  • Separate Installers for Neovim & Gvim
  • Decide if I want to continue supporting Gvim since I spend most of my time in nvim (personal machine), but the office's machines use gvim. Especially because of the problem related to undo history.
  • Once it looks like the installer is stable, update office machines with the latest config
@ayushxx7 ayushxx7 changed the title Update Installation Batch Script Vim: Update Installation Batch Script Apr 21, 2021
@ayushxx7
Copy link
Owner Author

found issues with Windows 7 (32-bit) Machine. There is no service pack installed on that machine.

  • I could not install chocolatey on it
  • Could not install the latest node.js manually. Had to install node 13.1. Had to install yarn so as to use :CocInstall
  • Also, if vim is not in the path, then the vim -s command to install plugins does not work (this is resolved via: f07c1ab)

Overall, the rest of the installer worked as expected.

Maybe, I can pack fallback exes in case of installation fails & add commands in the batch script to set environment variables as well.

@ayushxx7 ayushxx7 self-assigned this May 20, 2021
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

No branches or pull requests

1 participant