1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

FIxing code example typo

This commit is contained in:
Shawn McElroy 2017-01-13 18:15:34 -08:00 committed by GitHub
parent e5c0c0466c
commit a6d201a31b

View File

@ -123,9 +123,9 @@ let g:spacevim_plugin_groups = ['core', 'web']
let g:spacevim_disabled_plugins=['vim-foo', 'vim-bar'] let g:spacevim_disabled_plugins=['vim-foo', 'vim-bar']
" if you want to add some custom plugins, use this options. " if you want to add some custom plugins, use this options.
let g:spacevim_custom_plugins = [ let g:spacevim_custom_plugins = [
\ ['plasticboy/vim-markdown', 'on_ft' : 'markdown'], \ ['plasticboy/vim-markdown', {'on_ft' : 'markdown'}],
\ ['wsdjeg/GitHub.vim'], \ ['wsdjeg/GitHub.vim'],
\ ] \ ]
" anything defined here are simply overrides " anything defined here are simply overrides
set wildignore+=\*/node_modules/\* set wildignore+=\*/node_modules/\*