fix: install outputs, mise keyrings, termcolor

This commit is contained in:
2026-02-23 08:49:43 -08:00
committed by GitHub
parent b048694363
commit 409bc6fef5
15 changed files with 47 additions and 34 deletions

View File

@@ -55,6 +55,8 @@ let g:netrw_browse_split = 4
set background=dark
if has('termguicolors') && ($COLORTERM ==# 'truecolor' || $COLORTERM ==# '24bit')
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
endif