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