Skip to content

Commit ee571f2

Browse files
committed
merge with ryanoasis#455
1 parent c2de93e commit ee571f2

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

plugin/webdevicons.vim

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ call s:set('g:WebDevIconsTabAirLineAfterGlyphPadding', '')
8080
" config defaults {{{1
8181
"========================================================================
8282

83-
call s:set('g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol', '')
83+
call s:set('g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol', '󰈚')
8484
call s:set('g:WebDevIconsUnicodeByteOrderMarkerDefaultSymbol', '')
8585
call s:set('g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol', g:DevIconsEnableFoldersOpenClose ? '' : '')
8686
call s:set('g:WebDevIconsUnicodeDecorateFolderNodesSymlinkSymbol', '')
@@ -174,16 +174,16 @@ function! s:setDictionaries()
174174
\ 'slim' : '',
175175
\ 'haml' : '',
176176
\ 'ejs' : '',
177-
\ 'css' : '',
177+
\ 'css' : '',
178178
\ 'less' : '',
179-
\ 'md' : '',
180-
\ 'mdx' : '',
181-
\ 'markdown' : '',
182-
\ 'rmd' : '',
179+
\ 'md' : '',
180+
\ 'mdx' : '',
181+
\ 'markdown' : '',
182+
\ 'rmd' : '',
183183
\ 'json' : '',
184184
\ 'webmanifest' : '',
185185
\ 'js' : '',
186-
\ 'mjs' : '',
186+
\ 'mjs' : '󰎙',
187187
\ 'jsx' : '',
188188
\ 'rb' : '',
189189
\ 'gemspec' : '',
@@ -285,11 +285,11 @@ function! s:setDictionaries()
285285
\ 'elm' : '',
286286
\ 'swift' : '',
287287
\ 'xcplayground' : '',
288-
\ 'tex' : '',
289-
\ 'r' : '',
288+
\ 'tex' : '󰙩',
289+
\ 'r' : '󰟔',
290290
\ 'rproj' : '',
291291
\ 'sol' : '',
292-
\ 'pem' : ''
292+
\ 'pem' : '󰌋'
293293
\}
294294

295295
let s:file_node_exact_matches = {
@@ -308,17 +308,18 @@ function! s:setDictionaries()
308308
\ '.gitignore' : '',
309309
\ '.gitmodules' : '',
310310
\ '.gitattributes' : '',
311-
\ '.bashrc' : '',
312-
\ '.zshrc' : '',
313-
\ '.zshenv' : '',
314-
\ '.zprofile' : '',
311+
\ 'COMMIT_EDITMSG' : '',
312+
\ '.bashrc' : '',
313+
\ '.zshrc' : '',
314+
\ '.zshenv' : '',
315+
\ '.zprofile' : '',
315316
\ '.vimrc' : '',
316317
\ '.gvimrc' : '',
317318
\ '_vimrc' : '',
318319
\ '_gvimrc' : '',
319-
\ '.bashprofile' : '',
320+
\ '.bashprofile' : '',
320321
\ 'favicon.ico' : '',
321-
\ 'license' : '',
322+
\ 'license' : '󰌋',
322323
\ 'node_modules' : '',
323324
\ 'react.jsx' : '',
324325
\ 'procfile' : '',
@@ -329,7 +330,7 @@ function! s:setDictionaries()
329330
\ 'gemfile' : '',
330331
\ 'makefile' : '',
331332
\ 'cmakelists.txt' : '',
332-
\ 'robots.txt' : ''
333+
\ 'robots.txt' : '󰚩'
333334
\}
334335

335336
let s:file_node_pattern_matches = {

0 commit comments

Comments
 (0)