+ Adjust color
This commit is contained in:
parent
ab72e1e46d
commit
49cc621f90
5 changed files with 84 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue