1
0
Fork 0

some config insanity, get rid of bold highlighting in favour of proper black, also some zshrc tweaks

This commit is contained in:
Von Random 2017-05-29 20:02:09 +03:00
parent 6237ee1294
commit 0eafdc61be
5 changed files with 51 additions and 60 deletions

12
vimrc
View file

@ -24,13 +24,16 @@ if v:version >= 703
endif
if v:version >= 800
set breakindent keymap=russian-jcukenwintype iminsert=0 imsearch=0
if &term =~ '^[tmux|st|rxvt|xterm]'
set termguicolors
endif
if &term =~ '^[tmux|st]'
set t_8f=[38;2;%lu;%lu;%lum t_8b=[48;2;%lu;%lu;%lum
endif
inoremap <C-@> <C-^>
cnoremap <C-@> <C-^>
inoremap <C-Space> <C-^>
cnoremap <C-Space> <C-^>
if &term =~ 'xterm'
set termguicolors
endif
endif
" maps
@ -95,6 +98,7 @@ if filereadable(plugins) && v:version >= 703
execute 'source ' . fnameescape(plugins)
endif
colorscheme solarized8_light
set bg=dark
colorscheme PaperColor
syntax on
filetype plugin on