1
0
Fork 0

vimrc tweaks, and my custom solarized8 (with more trimming to come)

This commit is contained in:
Von Random 2018-07-13 20:01:56 +03:00
parent 94b52e8204
commit 186fc97c30
4 changed files with 1380 additions and 7 deletions

5
vimrc
View file

@ -27,7 +27,7 @@ if v:version >= 703
endif
" fix termcap and ttymouse, but not for neovim
if !has('nvim')
set ttymouse=sgr t_vb= t_8f=[38;2;%lu;%lu;%lum t_8b=[48;2;%lu;%lu;%lum
set ttymouse=sgr t_vb= t_Co=256 t_8f=[38;2;%lu;%lu;%lum t_8b=[48;2;%lu;%lu;%lum
endif
" maps
@ -69,8 +69,7 @@ if v:version >= 800
autocmd FileType sh packadd ale
if $TERM != 'linux'
set termguicolors bg=dark
colorscheme hybrid
color solarized8
endif
endif