1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00

Add question for beginner

This commit is contained in:
wsdjeg 2017-04-19 00:33:49 +08:00
parent 2ee98baab2
commit 7e47a3868d

View File

@ -12,3 +12,11 @@ function! s:set(key,val) abort
exe 'let ' . 'g:spacevim_' . a:key . '=' . a:val
endif
endfunction
" What is your preferred editing style?
" - Among the stars aboard the Evil flagship (vim)
" - On the planet Emacs in the Holy control tower (emacs)
"
" What distribution of spacemacs would you like to start with?
" The standard distribution, recommended (spacemacs)
" A minimalist distribution that you can build on (spacemacs-base)