nbsp not rendering #9602
-
SummaryIn my editor, no-break spaces are not rendered with the character set in the config, they are rendered with empty space. [editor.whitespace.render]
space = "all"
tab = "all"
newline = "none"
[editor.whitespace.characters]
space = "·"
nbsp = "⍽"
tab = "→"
newline = "⏎"
tabpad = "·" Reproduction StepsNo response Helix logIt doesn't seem to be interesting, this is what is shown when I type space and nbsp:
PlatformLinux Terminal EmulatorAlacritty Installation MethodPacman Helix Versionhelix 23.10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you attach an example file where you see this? You can hover over the nbsp character and use the Also, have you set the |
Beta Was this translation helpful? Give feedback.
Aha, you should just need to add
nbsp = "all"
to your config - the default is"none
" if not specified