mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-20 23:52:53 +00:00
695 B
695 B
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| vim-italics | https://webinstall.dev/vim-italics | vim-italics is refactors the text to italics. |
To update (replacing the current version) run webi vim-italics.
Cheat Sheet
Vim-italics turns text to italics.
How to install manually
highlight htmlItalic gui=italic ctermfg=214
You'll need a font with an italic set and a terminal capable of displaying italics. Also, if you're using a color scheme other than the default, the above line should come after the color scheme is loaded in your ~/.vimrc so that the color scheme doesn't override it.
The cterm makes it work in the terminal and the gui is for graphical Vim clients.