mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +08:00
fix(ui): remove duplicate option
This commit is contained in:
parent
f97e3e9f94
commit
84d1a6b321
@ -39,7 +39,6 @@ function! SpaceVim#layers#tools#plugins() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#layers#tools#config() abort
|
function! SpaceVim#layers#tools#config() abort
|
||||||
let g:better_whitespace_filetypes_blacklist = ['diff', 'gitcommit', 'unite', 'qf', 'help', 'markdown', 'leaderGuide']
|
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['a', 'l'], 'Calendar', 'vim-calendar', 1)
|
call SpaceVim#mapping#space#def('nnoremap', ['a', 'l'], 'Calendar', 'vim-calendar', 1)
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['e', 'a'], 'FencAutoDetect',
|
call SpaceVim#mapping#space#def('nnoremap', ['e', 'a'], 'FencAutoDetect',
|
||||||
\ 'auto-detect-file-encoding', 1)
|
\ 'auto-detect-file-encoding', 1)
|
||||||
|
@ -154,6 +154,7 @@ function! SpaceVim#layers#ui#config() abort
|
|||||||
let g:indent_blankline_filetype_exclude = s:indentline_exclude_filetype
|
let g:indent_blankline_filetype_exclude = s:indentline_exclude_filetype
|
||||||
\ + ['startify', 'gitcommit', 'defx']
|
\ + ['startify', 'gitcommit', 'defx']
|
||||||
|
|
||||||
|
" option for better-whitespace
|
||||||
let g:better_whitespace_filetypes_blacklist = ['diff', 'gitcommit', 'unite',
|
let g:better_whitespace_filetypes_blacklist = ['diff', 'gitcommit', 'unite',
|
||||||
\ 'qf', 'help', 'markdown', 'leaderGuide',
|
\ 'qf', 'help', 'markdown', 'leaderGuide',
|
||||||
\ 'startify'
|
\ 'startify'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user