{foot,vim}: enable truecolor support (and mangohud in foot)

This commit is contained in:
Aminda Suomalainen 2025-10-03 09:54:35 +03:00
parent f87e738c32
commit a5ec08a9ea
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 2 deletions

View File

@ -11,7 +11,9 @@ cursor=282a36 ffffff
foreground=ffffff foreground=ffffff
[environment] [environment]
COLORTERM=truecolor
TERM=foot TERM=foot
MANGOHUD=1
[tweak] #[tweak]
render-timer=osd #render-timer=osd

View File

@ -112,3 +112,6 @@ set textwidth=78
" Marginal/line just before that. Set separately so it gets affected by " Marginal/line just before that. Set separately so it gets affected by
" editorconfig and modelines? " editorconfig and modelines?
set colorcolumn=-1 set colorcolumn=-1
" Enable truecolor support
set termguicolors