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

Remove NeoVim/Vim if I decide to use Helix exclusively #7

Open
schneiderfelipe opened this issue Nov 16, 2022 · 1 comment
Open

Remove NeoVim/Vim if I decide to use Helix exclusively #7

schneiderfelipe opened this issue Nov 16, 2022 · 1 comment

Comments

@schneiderfelipe
Copy link
Owner

dotfiles/install.sh

Lines 233 to 241 in 40225e8

if ! command -v "nvim" > /dev/null 2>&1; then
info "Installing neovim...\n"
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo apt install neovim -y
else
success "neovim is already installed\n"
fi
pip install -U pynvim

@schneiderfelipe
Copy link
Owner Author

Only when #8 is done.

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