neovim removes the need to specify 256 colors.
This commit is contained in:
parent
a6de243fca
commit
e2b80919a7
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue