more vim colors and plugins
This commit is contained in:
parent
433b2282d2
commit
db97e9a879
9 changed files with 2000 additions and 5 deletions
8
vimrc
8
vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue