Curly underlines do not work #5517
Answered
by
the-mikedavis
AlexNomadrg
asked this question in
Q&A
-
I have helix 22.12 (c988bd9) and kitty 0.26.5 installed on Arch Linux. For some reason curly underlines do not work (I see just regular underlines). My Helix config (The issue persists even on default) theme = "nord"
[editor]
bufferline = "multiple"
cursorline = false
color-modes = true
mouse = false
idle-timeout = 0
[editor.indent-guides]
render = true
character = "▏"
[editor.lsp]
auto-signature-help = false
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
tab = ":buffer-next"
"S-tab" = ":buffer-previous"
space = {x = ":buffer-close"}
[keys.insert]
"C-s" = "signature_help"
"C-space" = "completion"
[keys.select]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline" My Kitty config (Again, the issue persists even on default)
My Kitty theme
|
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 12, 2023
Replies: 1 comment 12 replies
-
What is your |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
AlexNomadrg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is your
$TERM
?