Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created December 28, 2023 09:16
Show Gist options
  • Save diegopacheco/d3087eddda4fa4d2b457a5bba955a365 to your computer and use it in GitHub Desktop.
Save diegopacheco/d3087eddda4fa4d2b457a5bba955a365 to your computer and use it in GitHub Desktop.
SpaceVim Stop working or does not open?

FIX

~/.SpaceVim
git checkout v2.2.0

You can look your vim/nvim compatible version here: https://spacevim.org/
I had issues with spacevim 2.3.0-dev so I had to force v2.2.0
IF you want to know your vim version do:

❯ vim --version
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Dec 05 2023 14:38:33)
Included patches: 1-2150
Compiled by Homebrew

In case you want use the latest vim install with homebrew:

brew install vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment