mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:50:05 +08:00
perf(file): add file icon for vimrc and makefile
This commit is contained in:
parent
f6020d09d5
commit
57465855c9
@ -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' : '',
|
||||
\}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user