fix neovim

since it supports termguicolors
This commit is contained in:
Konstantin Gorodinskii
2020-04-03 09:11:02 +02:00
parent bf16308507
commit 98e3b10f76

View File

@@ -348,7 +348,7 @@ if has('gui_running') || &t_Co==256
endfor endfor
endif endif
if ! has('gui_running') if ! has("termguicolors")
let s:black = 0 let s:black = 0
let s:white = 15 let s:white = 15