[SpaceVim] vim한번에 설치하기

1 curl –sLf https://spacevim.org/install.sh | bash cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 # This is a basic configuration example for SpaceVim   # All SpaceVim options are below [options] snippet [options]     # set spacevim theme. by default colorscheme layer is not loaded,     # if you want to use more colorscheme, please load the colorscheme     # layer, the value of this option is a string.     colorscheme = “gruvbox”     colorscheme_bg = “dark”     # Disable guicolors in basic mode, many terminal do not support 24bit     # true colors, the type of the value is boolean, true or false.     enable_guicolors = true     # Disable statusline separator, if you want to use other value, please … Read more