nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
18.35k stars 20.39k forks source link

neard font issues #1094

Closed TobiasWallner closed 2 weeks ago

TobiasWallner commented 3 weeks ago

Describe the bug

As seen in the provided image some of the symbols do not appear. Which makes it difficult to navigate through some menues

image

exiting the terminal is especially challanging

image

To Reproduce

  1. Windows 10
  2. cmd / powershell / cmder
  3. following the kickstart guide / "The Only Video You Need to Get Started with Neovim" 3.1 installing neo vim from: https://github.com/neovim/neovim/blob/master/INSTALL.md 3.2 cloning https://github.com/nvim-lua/kickstart.nvim 3.3 opening nvim and MYVIMRC
  4. Installing the following NeardFonts: Hacker, JetBrains, Bitstorm Wera (active font in the screenshots: Hacker)
  5. regardless of the value of vim.g.have_nerd_font + restart of nvim

Desktop

Neovim Version

iton0 commented 3 weeks ago

Can you double check that you have the Hacker font as the default font for your Powershell. If it is, see if JetBrains font produces the same problem as well.

copypasteonly commented 3 weeks ago

Hi, I had the same problem using my own NerdFont patched font, I just added a regular NerdFont as a fallback font in my terminal and it works now :)

TobiasWallner commented 3 weeks ago

@iton0

Can you double check that you have the Hacker font as the default font for your Powershell. If it is, see if JetBrains font produces the same problem as well.

I tried JetBrains Neard Font and some symbols are still lacking: image

TobiasWallner commented 3 weeks ago

@copypasteonly

Hi, I had the same problem using my own NerdFont patched font, I just added a regular NerdFont as a fallback font in my terminal and it works now :)

I am new to using Nerd Fonts, I just downloaded some from here: https://www.nerdfonts.com/font-downloads and installed them. Are those not the regular NeadFonts? If not where do I find a regular NerdFont?

feoh commented 2 weeks ago

Seems like you're good here. Closing.