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 tty bootstrap #482

Closed
ivomarino opened this issue Mar 14, 2024 · 2 comments
Closed

vim tty bootstrap #482

ivomarino opened this issue Mar 14, 2024 · 2 comments

Comments

@ivomarino
Copy link

This helps fixing the tty issue when bootstraping:

cat .config/yadm/bootstrap.d/vim.sh
#!/bin/sh

if command -v vim >/dev/null 2>&1; then
  echo "Bootstraping Vim"
  echo '+PlugUpdate' '+PlugClean!' '+PlugUpdate' '+qall' |xargs -o vim
fi

@ivomarino ivomarino added the bug label Mar 14, 2024
Copy link

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label May 14, 2024
Copy link

This issue was closed because it has been labeled as stale for 7 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant