1
0
Fork 0

more vim colors and plugins

This commit is contained in:
Von Random 2018-06-24 01:15:13 +03:00
parent 433b2282d2
commit db97e9a879
9 changed files with 2000 additions and 5 deletions

8
vimrc
View file

@ -72,13 +72,11 @@ if v:version >= 800
if has('gui_running') || $TERM =~ '^\(tmux\|st\)'
let &t_8f = "\033[38;2;%lu;%lu;%lum"
let &t_8b = "\033[48;2;%lu;%lu;%lum"
set termguicolors bg=dark
colorscheme gruvbox8
set termguicolors
colorscheme iceberg
else
let g:solarized_use16 = 1
let g:solarized_term_italics = 0
set bg=light
colorscheme solarized8
colorscheme lucius
endif
endif