@@ -80,7 +80,7 @@ call s:set('g:WebDevIconsTabAirLineAfterGlyphPadding', '')
80
80
" config defaults {{{1
81
81
" ========================================================================
82
82
83
- call s: set (' g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol' , ' ' )
83
+ call s: set (' g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol' , ' ' )
84
84
call s: set (' g:WebDevIconsUnicodeByteOrderMarkerDefaultSymbol' , ' ' )
85
85
call s: set (' g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol' , g: DevIconsEnableFoldersOpenClose ? ' ' : ' ' )
86
86
call s: set (' g:WebDevIconsUnicodeDecorateFolderNodesSymlinkSymbol' , ' ' )
@@ -174,16 +174,16 @@ function! s:setDictionaries()
174
174
\ ' slim' : ' ' ,
175
175
\ ' haml' : ' ' ,
176
176
\ ' ejs' : ' ' ,
177
- \ ' css' : ' ' ,
177
+ \ ' css' : ' ' ,
178
178
\ ' less' : ' ' ,
179
- \ ' md' : ' ' ,
180
- \ ' mdx' : ' ' ,
181
- \ ' markdown' : ' ' ,
182
- \ ' rmd' : ' ' ,
179
+ \ ' md' : ' ' ,
180
+ \ ' mdx' : ' ' ,
181
+ \ ' markdown' : ' ' ,
182
+ \ ' rmd' : ' ' ,
183
183
\ ' json' : ' ' ,
184
184
\ ' webmanifest' : ' ' ,
185
185
\ ' js' : ' ' ,
186
- \ ' mjs' : ' ' ,
186
+ \ ' mjs' : ' ' ,
187
187
\ ' jsx' : ' ' ,
188
188
\ ' rb' : ' ' ,
189
189
\ ' gemspec' : ' ' ,
@@ -285,11 +285,11 @@ function! s:setDictionaries()
285
285
\ ' elm' : ' ' ,
286
286
\ ' swift' : ' ' ,
287
287
\ ' xcplayground' : ' ' ,
288
- \ ' tex' : ' ﭨ ' ,
289
- \ ' r' : ' ﳒ ' ,
288
+ \ ' tex' : ' ' ,
289
+ \ ' r' : ' ' ,
290
290
\ ' rproj' : ' 鉶' ,
291
291
\ ' sol' : ' ﲹ' ,
292
- \ ' pem' : ' '
292
+ \ ' pem' : ' '
293
293
\}
294
294
295
295
let s: file_node_exact_matches = {
@@ -308,17 +308,18 @@ function! s:setDictionaries()
308
308
\ ' .gitignore' : ' ' ,
309
309
\ ' .gitmodules' : ' ' ,
310
310
\ ' .gitattributes' : ' ' ,
311
- \ ' .bashrc' : ' ' ,
312
- \ ' .zshrc' : ' ' ,
313
- \ ' .zshenv' : ' ' ,
314
- \ ' .zprofile' : ' ' ,
311
+ \ ' COMMIT_EDITMSG' : ' ' ,
312
+ \ ' .bashrc' : ' ' ,
313
+ \ ' .zshrc' : ' ' ,
314
+ \ ' .zshenv' : ' ' ,
315
+ \ ' .zprofile' : ' ' ,
315
316
\ ' .vimrc' : ' ' ,
316
317
\ ' .gvimrc' : ' ' ,
317
318
\ ' _vimrc' : ' ' ,
318
319
\ ' _gvimrc' : ' ' ,
319
- \ ' .bashprofile' : ' ' ,
320
+ \ ' .bashprofile' : ' ' ,
320
321
\ ' favicon.ico' : ' ' ,
321
- \ ' license' : ' ' ,
322
+ \ ' license' : ' ' ,
322
323
\ ' node_modules' : ' ' ,
323
324
\ ' react.jsx' : ' ' ,
324
325
\ ' procfile' : ' ' ,
@@ -329,7 +330,7 @@ function! s:setDictionaries()
329
330
\ ' gemfile' : ' ' ,
330
331
\ ' makefile' : ' ' ,
331
332
\ ' cmakelists.txt' : ' ' ,
332
- \ ' robots.txt' : ' ﮧ '
333
+ \ ' robots.txt' : ' '
333
334
\}
334
335
335
336
let s: file_node_pattern_matches = {
0 commit comments