Skip to content
Jean Guyomarc'h edited this page Jun 6, 2020 · 1 revision

Neovim proposes the linespace option, which is implemented by Eovim. You may provide any strictly positive value to change the spacing between lines:

set linespace=4

To restore it to Eovim's default, set it to zero:

set linespace=0

The image below shows an example with the default line space:

By comparison, below is the same window after setting a line space of 4: