added layers
This commit is contained in:
parent
14ca80e242
commit
ec75016438
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ let g:spacevim_plug_home = '~/.vim/plugged'
|
||||||
" Enable the existing layers in space-vim.
|
" Enable the existing layers in space-vim.
|
||||||
" Refer to https://github.com/liuchengxu/space-vim/blob/master/layers/LAYERS.md for all available layers.
|
" Refer to https://github.com/liuchengxu/space-vim/blob/master/layers/LAYERS.md for all available layers.
|
||||||
let g:spacevim_layers = [
|
let g:spacevim_layers = [
|
||||||
\ 'fzf', 'better-defaults', 'which-key',
|
\ 'fzf', 'better-defaults', 'which-key', 'better-motion', 'airline', 'ctrlp', 'git',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" Uncomment the following line if your terminal(-emulator) supports true colors.
|
" Uncomment the following line if your terminal(-emulator) supports true colors.
|
||||||
" let g:spacevim_enable_true_color = 1
|
let g:spacevim_enable_true_color = 1
|
||||||
|
|
||||||
" If you want to have more control over the layer, try using Layer command.
|
" If you want to have more control over the layer, try using Layer command.
|
||||||
" if g:spacevim.gui
|
" if g:spacevim.gui
|
||||||
|
@ -41,6 +41,6 @@ function! UserConfig()
|
||||||
" Adding extras.
|
" Adding extras.
|
||||||
" Uncomment the following line If you have installed the powerline fonts.
|
" Uncomment the following line If you have installed the powerline fonts.
|
||||||
" It is good for airline layer.
|
" It is good for airline layer.
|
||||||
" let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue