1

I've been using the telescope.nvim neovim plugin for a while. Recently I also installed the nvim-web-devicons plugin to better recognize filetypes when searching.

My problem is that the devicons look like this:
enter image description here
They are truncated/cut off on the right.

I'm:

  • on Linux
  • using KDE Konsole as terminal app
  • using Fira Code Nerd Font 9pt

1 Answers1

1

Use a monospaced font

Here's how it looks on FiraMono Nerd Font Mono (link to .otf font download on GitHub):
enter image description here

In KDE Konsole:

  1. Right click inside the terminal and click "Edit Current Profile"
    List item
  2. Go to the "Appearance" tab on the left, then change your font by clicking the "Choose..." button
    enter image description here