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

fix(core): fix get_options function

return enable_filetree_filetypeicon
This commit is contained in:
wsdjeg 2022-04-10 13:35:40 +08:00
parent 3a0a134c1e
commit 8546135816

View File

@ -1096,7 +1096,8 @@ function! SpaceVim#layers#core#get_options() abort
\ 'filetree_closed_icon', \ 'filetree_closed_icon',
\ 'filetree_opened_icon', \ 'filetree_opened_icon',
\ 'filetree_show_hidden', \ 'filetree_show_hidden',
\ 'enable_smooth_scrolling' \ 'enable_smooth_scrolling',
\ 'enable_filetree_filetypeicon'
\ ] \ ]
endfunction endfunction