Skip to content

Commit

Permalink
merge with ryanoasis#455
Browse files Browse the repository at this point in the history
  • Loading branch information
marslo committed Jan 17, 2024
1 parent c2de93e commit ee571f2
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions plugin/webdevicons.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ call s:set('g:WebDevIconsTabAirLineAfterGlyphPadding', '')
" config defaults {{{1
"========================================================================

call s:set('g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol', '')
call s:set('g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol', '󰈚')
call s:set('g:WebDevIconsUnicodeByteOrderMarkerDefaultSymbol', '')
call s:set('g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol', g:DevIconsEnableFoldersOpenClose ? '' : '')
call s:set('g:WebDevIconsUnicodeDecorateFolderNodesSymlinkSymbol', '')
Expand Down Expand Up @@ -174,16 +174,16 @@ function! s:setDictionaries()
\ 'slim' : '',
\ 'haml' : '',
\ 'ejs' : '',
\ 'css' : '',
\ 'css' : '',
\ 'less' : '',
\ 'md' : '',
\ 'mdx' : '',
\ 'markdown' : '',
\ 'rmd' : '',
\ 'md' : '',
\ 'mdx' : '',
\ 'markdown' : '',
\ 'rmd' : '',
\ 'json' : '',
\ 'webmanifest' : '',
\ 'js' : '',
\ 'mjs' : '',
\ 'mjs' : '󰎙',
\ 'jsx' : '',
\ 'rb' : '',
\ 'gemspec' : '',
Expand Down Expand Up @@ -285,11 +285,11 @@ function! s:setDictionaries()
\ 'elm' : '',
\ 'swift' : '',
\ 'xcplayground' : '',
\ 'tex' : '',
\ 'r' : '',
\ 'tex' : '󰙩',
\ 'r' : '󰟔',
\ 'rproj' : '',
\ 'sol' : '',
\ 'pem' : ''
\ 'pem' : '󰌋'
\}

let s:file_node_exact_matches = {
Expand All @@ -308,17 +308,18 @@ function! s:setDictionaries()
\ '.gitignore' : '',
\ '.gitmodules' : '',
\ '.gitattributes' : '',
\ '.bashrc' : '',
\ '.zshrc' : '',
\ '.zshenv' : '',
\ '.zprofile' : '',
\ 'COMMIT_EDITMSG' : '',
\ '.bashrc' : '',
\ '.zshrc' : '',
\ '.zshenv' : '',
\ '.zprofile' : '',
\ '.vimrc' : '',
\ '.gvimrc' : '',
\ '_vimrc' : '',
\ '_gvimrc' : '',
\ '.bashprofile' : '',
\ '.bashprofile' : '',
\ 'favicon.ico' : '',
\ 'license' : '',
\ 'license' : '󰌋',
\ 'node_modules' : '',
\ 'react.jsx' : '',
\ 'procfile' : '',
Expand All @@ -329,7 +330,7 @@ function! s:setDictionaries()
\ 'gemfile' : '',
\ 'makefile' : '',
\ 'cmakelists.txt' : '',
\ 'robots.txt' : ''
\ 'robots.txt' : '󰚩'
\}

let s:file_node_pattern_matches = {
Expand Down

0 comments on commit ee571f2

Please sign in to comment.