From a6d201a31b49e9e521a4ed573d3d1fdeb42cf23c Mon Sep 17 00:00:00 2001 From: Shawn McElroy Date: Fri, 13 Jan 2017 18:15:34 -0800 Subject: [PATCH] FIxing code example typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87c75e8ed..69a03fc0c 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ let g:spacevim_plugin_groups = ['core', 'web'] let g:spacevim_disabled_plugins=['vim-foo', 'vim-bar'] " if you want to add some custom plugins, use this options. let g:spacevim_custom_plugins = [ -\ ['plasticboy/vim-markdown', 'on_ft' : 'markdown'], -\ ['wsdjeg/GitHub.vim'], -\ ] + \ ['plasticboy/vim-markdown', {'on_ft' : 'markdown'}], + \ ['wsdjeg/GitHub.vim'], + \ ] " anything defined here are simply overrides set wildignore+=\*/node_modules/\*