Questions tagged [fira-code]

Use to ask questions about the Fira Code font usage in the text editors and problems you're having using or installing it.

Fira Code is a free monospaced font with programming ligatures, including arithmetics, scopes, equality, comparisons and others.

10 questions
3
votes
0 answers

FiraCode font does not display properly on VSCodium

I am setting up VSCodium in my Manjaro KDE environment and I found out that my FiraCode font does not show properly in my integrated zsh terminal. This confuses me, because I thought that FiraCode has Powerline support. I also tried to use some…
FOR_SCIENCE
  • 386
  • 3
  • 9
3
votes
1 answer

Sublime Text to display R native pipe |> ligature with Fira Code

I am using R in Sublime Text with Fira Code, and would like to display the new native Pipe |> as a triangle ligature. This works well with most syntaxes, but not in the R syntax, where it actually matters: Any idea what I could do?
chris
  • 1,312
  • 13
  • 16
2
votes
3 answers

How do I put put fira code font in neovim?

I recently found out about fira code and I was wondering how do I get it in neovim? I didnt find any tutorial
2
votes
1 answer

Why does Fira Code font look blurry in VS Code?

I want to use Fira Code in VS Code (Windows) and have already configured the font as explained in the instructions. Somehow, the font seems to look blurry. How can I fix that? "editor.fontFamily": "'Fira Code'", "editor.fontLigatures": true,
ford04
  • 66,267
  • 20
  • 199
  • 171
1
vote
0 answers

How to make Fira Code Stylistic Settings cv24 and cv31 work in VScode

In my settings.json I have the following lines. "editor.fontFamily": "'Fira Code SemiBold'", "editor.fontLigatures": "'cv24', 'cv31', 'zero', 'ss02', 'ss04', 'ss05', 'ss09', 'calt', 'liga'", picture All of the Stylistic Settings I have tried work…
Xalkor
  • 11
  • 2
1
vote
0 answers

Emacs ligatures overwrite previous characters

I'm setting up the Fira Code font/ligatures on Emacs 26 for Windows, according to the guide at https://github.com/tonsky/FiraCode/wiki/Emacs-instructions#using-font-lock-keywords. It creates the ligatures, but they are all shifted back. I'm guessing…
Matt
  • 25
  • 4
0
votes
1 answer

Emacs: disable warning about non graphical display

I recently added Fira ligatures to emacs and I added the following to my .emacs file (I am on Debian stable) ;; (require 'fira-code-mode) ;; (custom-set-variable 'fira-code-mode-disabled-ligatures '("[]" "#{" "#(" "#_" "#_(" "x")) ;; List of…
larry77
  • 1,309
  • 14
  • 29
0
votes
0 answers

What is font ligature stylistic sets?

I was trying to setup Fira Code font on vscode, which supports ligatures. I came to this page, which states, Stylistic sets Since version 1.40, you can define stylistic sets in settings.json: "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03',…
0
votes
0 answers

Vim: Change bold font weight

Started using a new font in MacVim (FiraCode, paradox theme). This theme highlights some words in bold i.e. gui=bold in the theme file. This worked well with the previous font I was using, I like the bolding, but the highlighting with bold weight…
timoxley
  • 5,156
  • 3
  • 36
  • 40
0
votes
1 answer

Intellij plugin: elements returned by PsiFile.findElementAt() providing very little language/syntax info

I'm trying to create an Intellij plugin that does the same thing as a VSCode extension I recently created, Ligatures Limited, which is designed prevent font coding ligatures from fonts like Fira Code from being rendered out-of-context, so that they…
kshetline
  • 12,547
  • 4
  • 37
  • 73