mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
fix(core): fix get_options
function
return enable_filetree_filetypeicon
This commit is contained in:
parent
3a0a134c1e
commit
8546135816
@ -1096,7 +1096,8 @@ function! SpaceVim#layers#core#get_options() abort
|
||||
\ 'filetree_closed_icon',
|
||||
\ 'filetree_opened_icon',
|
||||
\ 'filetree_show_hidden',
|
||||
\ 'enable_smooth_scrolling'
|
||||
\ 'enable_smooth_scrolling',
|
||||
\ 'enable_filetree_filetypeicon'
|
||||
\ ]
|
||||
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user