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

docs(file): add filetype icons

This commit is contained in:
wsdjeg 2022-11-20 16:45:36 +08:00
parent 30bbccc5cb
commit 53c3865f53

View File

@ -58,6 +58,9 @@ let s:file_node_extensions = {
\ 'less' : '', \ 'less' : '',
\ 'wxss' : '', \ 'wxss' : '',
\ 'md' : '', \ 'md' : '',
\ 'doc' : '',
\ 'help' : '',
\ 'txt' : '',
\ 'markdown' : '', \ 'markdown' : '',
\ 'json' : '', \ 'json' : '',
\ 'js' : '', \ 'js' : '',