EMPTY_SPACE

Constant EMPTY_SPACE 

Source
const EMPTY_SPACE: &str = "%#Normal# %*";
Expand description

Markup for a visible space in the Nvim statuscolumn. Plain spaces (“ “) are not rendered; they must be wrapped in highlight markup like %#Normal# %*.