Skip to content

Commit

Permalink
docs: add note about fonts causing bold/italic to not work
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Oct 15, 2023
1 parent 969b3f1 commit 7c4e09d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions res/wiki/static/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ There are a couple of ways that may help determine if terminal support is limiti
> #### Check that highlight groups are getting assigned correctly and have an appropriate definition
>
> See [Tree-sitter](#tree-sitter) and [Colorschemes](#colorschemes) for this.
>
>
> #### Ensure your fonts support bold/italic/underline
>
> Usually terminal emulators automatically set up bold/italic/underline fonts, but these sometimes may fail.
> Kitty is the most popularly used terminal emulator and some fonts are known to not have detectable "auto" bold fonts (for example Source Code Pro).
> To fix this, go to your terminal emulator's configuration and manually set the bold and italic fonts (e.g. `Source Code Pro Bold` and `Source Code Pro Italic`).
> For kitty, this means:
> ```
> bold_font Source Code Pro Bold
> italic_font Source Code Pro Italic
> bold_italic_font auto
> ```
## Tree-sitter
Expand Down

0 comments on commit 7c4e09d

Please sign in to comment.