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

perf(file): add file icon for vimrc and makefile

This commit is contained in:
Eric Wong 2024-03-15 23:19:36 +08:00
parent f6020d09d5
commit 57465855c9

View File

@ -267,6 +267,7 @@ let s:file_node_exact_matches = {
\ '.gitignore' : '',
\ 'config' : '',
\ 'muttrc' : '',
\ 'Makefile' : '',
\ '.bashrc' : '',
\ '.bashprofile' : '',
\ 'favicon.ico' : '',
@ -274,7 +275,8 @@ let s:file_node_exact_matches = {
\ 'node_modules' : '',
\ 'react.jsx' : '',
\ 'Procfile' : '',
\ '.vimrc' : '',
\ '.vimrc' : '',
\ 'vimrc' : '',
\ 'mix.lock' : '',
\}