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

Add g:spacevim_lint_on_save

This commit is contained in:
wsdjeg 2017-01-07 23:01:13 +08:00
parent 35e9884602
commit 67518d831d
2 changed files with 16 additions and 0 deletions

View File

@ -103,6 +103,14 @@ let g:spacevim_disabled_plugins = []
""
" enable/disable SpaceVim with powerline symbols.
let g:spacevim_enable_powerline_fonts = 1
""
" Enable/Disable lint on save feature of SpaceVim's maker.
"
" To disable lint on save:
" >
" let g:spacevim_lint_on_save = 0
" <
let g:spacevim_lint_on_save = 1
let g:spacevim_smartcloseignorewin = ['__Tagbar__' , 'vimfiler:default']
let g:spacevim_smartcloseignoreft = ['help']
let g:spacevim_altmoveignoreft = ['Tagbar' , 'vimfiler']

View File

@ -100,6 +100,14 @@ Disable plugins by names. example:
*g:spacevim_enable_powerline_fonts*
enable/disable SpaceVim with powerline symbols.
*g:spacevim_lint_on_save*
Enable/Disable lint on save feature of SpaceVim's maker.
To disable lint on save:
>
let g:spacevim_lint_on_save = 0
<
*g:spacevim_hosts_url*
The host file url. this option is for chinese users who can not use google and
twitter.