SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim. It offers a variety of layers to choose from. to create a suitable vim development environment, you just need to select the required layers.
Iâve tried it in two places on two computers and it just loads to a blank vim-screen in both, and one of them was an entirely fresh neovim install as well.
Initial Impressions compared to Spacemacs is that it is a lot faster. Spacemacs can take a second to refresh with commands sometimes, but that may be because not a lot of plugins are installed yet.
Tried it just now, it is indeed a lot faster. Got several âKey not present in Dictionaryâ errors on installation but when it ends it all seem to start fine. Works great on both terminal and GUI.
But the commands seem incomplete and/or too different from Spacemacs, notably the projects menu (SPC-p-*), and Iâm also unable to understand how the file tree (vimfiler?) on the right is supposed to work (it only stays in my home directory). Atomâs proton-mode behaves betterâŠ
SpaceVim use true colors by default, you need to make sure your terminal support true colors, otherwise, you can add let g:spacevim_enable_guicolors = 0 to your custom configration file.
Iâm trying to change the default theme but itâs not working - any idea whatâs going on?
This is what Iâd normally do:
color Elixify
set guifont=Menlo:h12
set linespace=2
Iâve tried the following in .SpaceVim.d/init.vim
let g:spacevim_colorscheme = âElixifyâ
let g:spacevim_guifont = âMenlo/ 12â
But it doesnât work.
Also, how can I copy text to the clipboard to use in an external app? In normal MacVim we can just do Command C (or even yank as normal) then paste as normal into an external app.
SpaceVim can not find the colors, you need to add custom colors chrome via spacevim_custom_plugins, BTW, what is the value of &guifont in your normal macvim, just change spacevim_guifont to it. For copy something you can use y or add your custom mappings.
If you still can not get it work. please open issue in SpaceVimZâs github repo.