1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
This commit is contained in:
Amos Bird 2017-03-14 15:11:15 +00:00 committed by GitHub
commit b1ce13a398

View File

@ -62,6 +62,6 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
""""""""""""""""""""""""""""""
" => Shell section
""""""""""""""""""""""""""""""
if exists('$TMUX')
if exists('$TMUX') && !has('nvim')
set term=screen-256color
endif