I recently found out about fira code and I was wondering how do I get it in neovim?
I didnt find any tutorial
If you are talking about nvim-qt and not in your terminal, on Windows, in my $HOME\AppData\Local\nvim folder, I have ginit.vim file with the following content :
GuiFont! Fira Mono:h11:cANSI:qDRAFT
guifont is an option to force the font used in gvim normally, but nvim-qt seems to follow it as well
Your font is not configured in Neovim. The text editor uses the font defined for your terminal (xterm, Gnome Terminal, Kitty, Alacritty...)