italics in vim
This commit is contained in:
parent
494719c86a
commit
2a0ffa6a70
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ syntax on
|
||||||
colorscheme molokai
|
colorscheme molokai
|
||||||
let g:rehash256=1
|
let g:rehash256=1
|
||||||
set background=dark
|
set background=dark
|
||||||
|
set t_ZH=[3m
|
||||||
|
set t_ZR=[23m
|
||||||
|
hi Comment cterm=italic gui=italic
|
||||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||||
if has("gui")
|
if has("gui")
|
||||||
set guioptions-=e
|
set guioptions-=e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue