README.md: Mention italics-fixing TERMINFO for iTerm2 on macOS

This commit is contained in:
Josh Dick
2016-10-31 17:01:12 -04:00
committed by GitHub
parent 369ab63308
commit 9a6a90e7d5

View File

@@ -67,7 +67,7 @@ A dark Vim color scheme for the GUI and 16/256-color terminals, based on [FlatCo
* `g:onedark_termcolors` **(see [Installation](#installation) (above) before using this setting)**: Set to `256` for 256-color terminals (the default), or set to `16` to use your terminal emulator's native colors. * `g:onedark_termcolors` **(see [Installation](#installation) (above) before using this setting)**: Set to `256` for 256-color terminals (the default), or set to `16` to use your terminal emulator's native colors.
* `g:onedark_terminal_italics`: Set to `1` if your terminal emulator supports italics; `0` otherwise (the default). * `g:onedark_terminal_italics`: Set to `1` if your terminal emulator supports italics; `0` otherwise (the default). If you're using [iTerm2](http://iterm2.com) on macOS, you might need to [use a special TERMINFO](https://gist.github.com/sos4nt/3187620) to get italics working.
## vim-airline Theme ## vim-airline Theme
@@ -95,6 +95,6 @@ let g:airline_theme='onedark'
Preview images were taken using: Preview images were taken using:
* [iTerm2](https://iterm2.com) terminal emulator on Mac OS X * [iTerm2](https://iterm2.com) terminal emulator on macOS
* 12 pt. [PragmataPro Mono](http://www.fsd.it/fonts/pragmatapro.htm#.VlDa1q6rTOY) font * 12 pt. [PragmataPro Mono](http://www.fsd.it/fonts/pragmatapro.htm#.VlDa1q6rTOY) font
* [vim-polyglot](https://github.com/sheerun/vim-polyglot) plug-in * [vim-polyglot](https://github.com/sheerun/vim-polyglot) plug-in