This commit is contained in:
Dmitry N 2024-10-11 13:25:45 +03:00 committed by GitHub
commit de50a78869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
" => Shell section " => Shell section
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""
if exists('$TMUX') if exists('$TMUX')
if has('nvim') if has('nvim') || has('termguicolors')
set termguicolors set termguicolors
else else
set term=screen-256color set term=screen-256color