mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:00:04 +08:00
FIxing code example typo
This commit is contained in:
parent
e5c0c0466c
commit
a6d201a31b
@ -123,7 +123,7 @@ 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'],
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user