Detect termguicolors
This commit is contained in:
parent
0dec5e35b3
commit
0327e045f3
5 changed files with 502 additions and 10 deletions
|
|
@ -34,8 +34,7 @@ set backspace=2
|
|||
" disable background color erase
|
||||
set t_ut=
|
||||
|
||||
" colorscheme
|
||||
colorscheme despacio
|
||||
|
||||
|
||||
" line numbers
|
||||
set number
|
||||
|
|
@ -94,3 +93,9 @@ map <silent> <C-E> :Lexplore <CR>
|
|||
|
||||
" tab for completion
|
||||
inoremap <Tab> <C-R>=Tab_Or_Complete()<CR>
|
||||
|
||||
" colorscheme
|
||||
if exists('+termguicolors')
|
||||
set termguicolors
|
||||
colorscheme simplify-dark
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue