@@ -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' , ' ' )
8484call s: set (' g:WebDevIconsUnicodeByteOrderMarkerDefaultSymbol' , ' ' )
8585call s: set (' g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol' , g: DevIconsEnableFoldersOpenClose ? ' ' : ' ' )
8686call 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