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

Open
ivomarino opened this issue Mar 14, 2024 · 0 comments
Open

vim tty bootstrap #482

ivomarino opened this issue Mar 14, 2024 · 0 comments
Labels

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant