+ Adjust color

This commit is contained in:
ziro 2020-11-08 20:01:14 +07:00
parent ab72e1e46d
commit 49cc621f90
5 changed files with 84 additions and 55 deletions

View file

@ -54,6 +54,8 @@ else
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
endif
Plug 'Yggdroot/indentLine'
call plug#end()
" ----- PlugIns Configuration
@ -125,3 +127,6 @@ let g:SuperTabDefaultCompletionType = "<c-n>"
" Custom comments
autocmd FileType xdefaults setlocal commentstring=!\ %s
let g:indentLine_setColors = 0
hi Conceal ctermfg=0 ctermbg=NONE