1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

feat(file): add icon for toml file

This commit is contained in:
wsdjeg 2022-11-20 22:20:17 +08:00
parent 961538fc91
commit 4d02ee3f49

View File

@ -61,6 +61,7 @@ let s:file_node_extensions = {
\ 'doc' : '', \ 'doc' : '',
\ 'help' : '', \ 'help' : '',
\ 'txt' : '', \ 'txt' : '',
\ 'toml' : '',
\ 'markdown' : '', \ 'markdown' : '',
\ 'json' : '', \ 'json' : '',
\ 'js' : '', \ 'js' : '',