+ 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

View file

@ -13,14 +13,16 @@ set mouse=a
set background=dark
" set complete+=kspell
" set completeopt=menuone,longest
highlight VertSplit cterm=NONE ctermbg=0 ctermfg=0
" set list lcs=trail:·,tab:··\|,nbsp:·
hi VertSplit cterm=NONE ctermbg=0 ctermfg=0
hi NonText ctermfg=0
" hi! EndOfBuffer ctermbg=NONE ctermfg=8
set fillchars=eob:\
syntax on
filetype indent plugin on
map <C-n> :NERDTreeToggle<CR>
let mapleader=" "
" ----- Mapping
" Norm but in shortcut
vnoremap . :normal .<CR>