1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
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

View File

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