Question

I am having issues with having Solarized italicize the font in the Win-32 Console correctly. Everything is fine if I turn off italicizing using let g:solarized_italic = 0; however when this option is on, any text that is affected (and should be italicized) are not italicized and have their background colour set incorrectly.

I've set the font for both command prompt and Vim in 'Defaults' and 'Properties' to Consolas, and Consolas is indeed being used as the font. I suspect that it's something to do with how the default font is chosen and how that interacts with Solarized; however I don't know how to fix this.

Any help and advice is appreciated!

Was it helpful?

Solution

The Windows console doesn't support italics. You're better off using Gvim or running Vim in another console/terminal emulator like Console2 or ConEmu.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top