Fix colors
This commit is contained in:
parent
bfa96143a1
commit
81c1e8132a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user