1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Update icon for PR in popupmenu

cloese #
This commit is contained in:
wsdjeg 2017-11-14 23:08:36 +08:00
parent 2b3d2e7d82
commit 36a9f66427
2 changed files with 1 additions and 15 deletions

View File

@ -282,7 +282,7 @@ let g:spacevim_auto_disable_touchpad = 1
let g:spacevim_debug_level = 1
let g:spacevim_hiddenfileinfo = 1
let g:spacevim_plugin_groups_exclude = []
let g:spacevim_gitcommit_pr_icon = 'p'
let g:spacevim_gitcommit_pr_icon = ''
let g:spacevim_gitcommit_issue_icon = 'i'
""
" Set SpaceVim buffer index type, default is 0.

View File

@ -229,20 +229,6 @@ install_fonts () {
if [[ ! -d "$HOME/.local/share/fonts" ]]; then
mkdir -p $HOME/.local/share/fonts
fi
download_font "Sauce Code Pro Black Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Black Nerd Font Complete.ttf"
download_font "Sauce Code Pro Bold Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Bold Nerd Font Complete.ttf"
download_font "Sauce Code Pro ExtraLight Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro ExtraLight Nerd Font Complete.ttf"
download_font "Sauce Code Pro Light Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Light Nerd Font Complete.ttf"
download_font "Sauce Code Pro Medium Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Medium Nerd Font Complete.ttf"
download_font "Sauce Code Pro Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Nerd Font Complete.ttf"
download_font "Sauce Code Pro Semibold Nerd Font Complete Mono.ttf"
download_font "Sauce Code Pro Semibold Nerd Font Complete.ttf"
echo -n "Updating font cache... "
fc-cache -s
mkfontscale "$HOME/.local/share/fonts"