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:
parent
2b3d2e7d82
commit
36a9f66427
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user