inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

`useNerdFont` break inshellisense

Open gluons opened this issue 3 months ago • 1 comments

Describe the bug When add useNerdFont = true in rc.toml (following the guide), it raises an error.

My ~/.config/inshellisense/rc.toml file:

useNerdFont = true

Error: Image

To Reproduce Steps to reproduce the behavior:

  1. Create config file ~/.config/inshellisense/rc.toml.
  2. Add useNerdFont = true into config file.

Expected behavior Run without error.

Environment

  • OS: Windows 11 Home 24H2
  • Output of is --version: 0.0.1-rc.21
  • Nodejs Version: v22.18.0
  • Shell: PowerShell
  • Shell Version: 7.5.2

Additional context No.

gluons avatar Aug 27 '25 17:08 gluons

Nerdfont support was added in #350, which was merged after the 0.0.1-rc.21 release. Nerdfonts are currently only supported if you build the application yourself. It is a bit confusing that the readme does not apply to the latest build, but that is the reality when there is no separate development branch.

eirikwitt avatar Sep 20 '25 22:09 eirikwitt