From 45ae83f6114df8acb2e7db61976922d86b7f5c0f Mon Sep 17 00:00:00 2001 From: The Leo Developer <44649257+leodev12345@users.noreply.github.com> Date: Sun, 30 Jul 2023 14:23:27 +0200 Subject: [PATCH 1/2] Changed html, css, js, md and text file icons --- plugin/webdevicons.vim | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index 596ec68..fa243b8 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -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', '') @@ -169,21 +169,21 @@ function! s:setDictionaries() \ 'styl' : '', \ 'sass' : '', \ 'scss' : '', - \ 'htm' : '', - \ 'html' : '', - \ 'slim' : '', - \ 'haml' : '', + \ 'htm' : '', + \ 'html' : '', + \ 'slim' : '', + \ 'haml' : '', \ 'ejs' : '', - \ 'css' : '', - \ 'less' : '', - \ 'md' : '', - \ 'mdx' : '', - \ 'markdown' : '', - \ 'rmd' : '', + \ 'css' : '', + \ 'less' : '', + \ 'md' : '', + \ 'mdx' : '', + \ 'markdown' : '', + \ 'rmd' : '', \ 'json' : '', \ 'webmanifest' : '', - \ 'js' : '', - \ 'mjs' : '', + \ 'js' : '', + \ 'mjs' : '󰎙', \ 'jsx' : '', \ 'rb' : '', \ 'gemspec' : '', From 623826137b2a38f2b84dd5f12dd7a6cdef58bbb7 Mon Sep 17 00:00:00 2001 From: The Leo Developer <44649257+leodev12345@users.noreply.github.com> Date: Sun, 30 Jul 2023 14:52:54 +0200 Subject: [PATCH 2/2] changed git icons and added icon for .gitmodules --- plugin/webdevicons.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index fa243b8..8fd4a33 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -301,9 +301,10 @@ function! s:setDictionaries() \ 'mix.lock' : '', \ 'dropbox' : '', \ '.ds_store' : '', - \ '.gitconfig' : '', - \ '.gitignore' : '', - \ '.gitattributes' : '', + \ '.gitconfig' : '', + \ '.gitignore' : '', + \ '.gitmodules' : '', + \ '.gitattributes' : '', \ '.gitlab-ci.yml' : '', \ '.bashrc' : '', \ '.zshrc' : '',