Don't require 'termguicolors' to be enabled to set terminal ansi colors

This commit is contained in:
Akshay Hegde 2021-07-05 20:50:11 -07:00
parent 0aa4e5c973
commit c699ca10ed
No known key found for this signature in database
GPG Key ID: 0AC668879C59205C
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ hi link rubyRailsARClassMethod Statement
hi link diffAdded String
hi link diffRemoved Function
if (has('terminal') && has('termguicolors') && &termguicolors) || has('gui_running')
if (has('terminal') && has('termguicolors')) || has('gui_running')
let g:terminal_ansi_colors = [
\ '#3A3E42',
\ '#BF6262',