File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,17 @@ Download the files in [vim/](./) and put them in their respective folders
2121## Usage
2222Put ` colorscheme <scheme> ` and ` let g:airline_theme='<theme>' ` , if using airline
2323or ` let g:lightline = { 'colorscheme': '<theme>' } ` , if using lightline, in your ` .vimrc `
24- to set the color scheme and airline (or lightline) theme. Make sure you have
25- syntax highlighting on, and 256 colors set. Vim version >= 7.4 recommended.
24+ to set the color scheme and airline (or lightline) theme. ` let g:onehalf_italic = 1 `
25+ before ` colorscheme ` to enable italics (requires terminal and font support). Make sure
26+ you have syntax highlighting on, and 256 colors set. Vim version >= 7.4 recommended.
2627
2728For example:
2829
2930```
3031syntax on
3132set t_Co=256
3233set cursorline
34+ let g:onehalf_italic = 1
3335colorscheme onehalflight
3436let g:airline_theme='onehalfdark'
3537" lightline
You can’t perform that action at this time.
0 commit comments