Vim Server
SpaceVim starts a server at launch. This server is killed whenever you close your Vim windows.
Connecting to the Vim server
If you are using neovim, you need to install neovim-remote, then add this to your bashrc.
export PATH=$PATH:$HOME/.SpaceVim/bin
Use svc
to open a file in the existing Vim server, or using nsvc
to open a file in the existing neovim server.