Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
latex [2019/02/21 20:50] paul [Spell Check] |
latex [2019/03/31 14:49] (current) |
||
---|---|---|---|
Line 10: | Line 10: | ||
==== Spell Check ==== | ==== Spell Check ==== | ||
- | Spell checking doesn' | + | Spell checking doesn' |
<code vim> | <code vim> | ||
let g: | let g: | ||
</ | </ | ||
+ | |||
+ | I then have to run this command to enable highlighting. | ||
+ | |||
+ | <code vim> | ||
+ | :syntax spell toplevel | ||
+ | </ | ||
+ | |||
+ |