Fix colors

This commit is contained in:
Alex Yatskov 2020-10-30 17:42:42 -07:00
parent bfa96143a1
commit 81c1e8132a

View File

@ -1,4 +1,6 @@
set nocompatible
set termguicolors
set t_Co=16
filetype indent plugin on
colorscheme solarized8
@ -64,11 +66,6 @@ if has('gui_running')
endif
endif
if has('unix')
set termguicolors
set t_Co=16
endif
if &shell =~ 'bin/fish'
set shell=/bin/sh
endif