Fix colors
This commit is contained in:
parent
bfa96143a1
commit
81c1e8132a
@ -1,4 +1,6 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
|
set termguicolors
|
||||||
|
set t_Co=16
|
||||||
|
|
||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
colorscheme solarized8
|
colorscheme solarized8
|
||||||
@ -64,11 +66,6 @@ if has('gui_running')
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('unix')
|
|
||||||
set termguicolors
|
|
||||||
set t_Co=16
|
|
||||||
endif
|
|
||||||
|
|
||||||
if &shell =~ 'bin/fish'
|
if &shell =~ 'bin/fish'
|
||||||
set shell=/bin/sh
|
set shell=/bin/sh
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user