cleaned up settings
This commit is contained in:
parent
02d04477c1
commit
b18a7cc08c
@ -1,15 +1,14 @@
|
|||||||
let &t_8f="\<Esc>[38:2:%lu:%lu:%lum"
|
set t_Co=256 t_8f=[38:2:%lu:%lu:%lum t_8b=[48:2:%lu:%lu:%lum t_ZH=[3m t_ZR=[23m
|
||||||
let &t_8b="\<Esc>[48:2:%lu:%lu:%lum"
|
|
||||||
set t_Co=256
|
|
||||||
|
|
||||||
colorscheme default
|
colorscheme default
|
||||||
silent! colorscheme dim
|
silent! colorscheme dim
|
||||||
|
|
||||||
highlight Normal guibg=NONE ctermbg=NONE
|
highlight Normal ctermbg=NONE guibg=NONE
|
||||||
highlight SignColumn guibg=NONE ctermbg=NONE
|
highlight SignColumn ctermbg=NONE guibg=NONE
|
||||||
highlight SpellBad guibg=NONE ctermbg=NONE ctermfg=red
|
highlight LineNr ctermbg=NONE guibg=NONE ctermfg=darkmagenta guifg=darkmagenta
|
||||||
highlight LineNr guibg=NONE ctermbg=NONE ctermfg=darkmagenta
|
|
||||||
|
|
||||||
highlight TabLineFill guibg=NONE ctermbg=NONE ctermfg=magenta
|
highlight SpellBad cterm=bold gui=bold ctermbg=NONE guibg=NONE ctermfg=red guifg=red
|
||||||
highlight TabLine guibg=NONE ctermbg=NONE ctermfg=darkgray
|
|
||||||
highlight TabLineSel guibg=NONE ctermbg=NONE ctermfg=white term=bold
|
highlight TabLineFill cterm=bold gui=bold ctermbg=NONE guibg=NONE
|
||||||
|
highlight TabLine cterm=NONE gui=NONE ctermbg=NONE guibg=NONE ctermfg=darkgray guifg=darkgray
|
||||||
|
highlight TabLineSel cterm=bold gui=bold ctermbg=NONE guibg=NONE ctermfg=white guifg=white
|
||||||
|
@ -104,3 +104,4 @@ CloudFormation
|
|||||||
webserver
|
webserver
|
||||||
nginx
|
nginx
|
||||||
Rijk
|
Rijk
|
||||||
|
scwrypts
|
||||||
|
Binary file not shown.
@ -1,23 +1,11 @@
|
|||||||
|
set encoding=utf-8 formatoptions=lj
|
||||||
set formatoptions=lj
|
|
||||||
|
|
||||||
set number relativenumber
|
set number relativenumber
|
||||||
|
set showtabline=2 tabpagemax=42
|
||||||
set linebreak breakindent breakindentopt=shift:3
|
set autoindent smartindent linebreak breakindent breakindentopt=shift:3
|
||||||
set autoindent smartindent
|
|
||||||
set backspace=indent,eol,start
|
|
||||||
|
|
||||||
set timeoutlen=200
|
set timeoutlen=200
|
||||||
|
set showmatch matchtime=0
|
||||||
set showmatch " -- emit 'beep' when no matching symbol,
|
set backspace=indent,eol,start
|
||||||
set matchtime=0 " -- but don't jump to it.
|
|
||||||
|
|
||||||
set tabpagemax=20
|
|
||||||
|
|
||||||
set t_ZH=[3m t_ZR=[23m " italic start / end characters
|
|
||||||
|
|
||||||
set spellfile=$WRYNVIMPATH/en.utf-8.add spelllang=en
|
set spellfile=$WRYNVIMPATH/en.utf-8.add spelllang=en
|
||||||
|
|
||||||
set encoding=utf-8
|
|
||||||
|
|
||||||
let &t_co=256
|
|
||||||
|
Loading…
Reference in New Issue
Block a user