vim: Only use inkpod on 256 color terminal
This commit is contained in:
parent
48a11a0e02
commit
6ea16b02d0
1 changed files with 4 additions and 3 deletions
|
@ -23,10 +23,11 @@ if v:version >= 703
|
|||
end
|
||||
set hlsearch
|
||||
|
||||
set t_Co=256
|
||||
set background=dark
|
||||
let g:inkpot_black_background=1
|
||||
colorscheme inkpot
|
||||
if &t_Co >= 256
|
||||
let g:inkpot_black_background=1
|
||||
colorscheme inkpot
|
||||
end
|
||||
|
||||
set cinoptions=+4,(4,u4,w4
|
||||
if v:version >= 703
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue