yamatsum / nvim-nonicons

Icon set using nonicons for neovim plugins and settings
329 stars 21 forks source link

Can't get icons to show-up properly #17

Closed henryoliver closed 2 years ago

henryoliver commented 2 years ago

Hi there, I follow all instructions for the plugin installation:

" Interface
Plug 'glepnir/dashboard-nvim'
Plug 'kyazdani42/nvim-web-devicons'
Plug 'yamatsum/nvim-nonicons'

NVIM v0.5.1
Build type: Release
LuaJIT 2.1.0-beta3

Kitty
font_family        MonoLisa

symbol_map U+f101-U+f208 nonicons
local icons = require "nvim-nonicons"
icons.get("file")

image

and I can get the icons manually through:

:lua print(require('nvim-nonicons').get('light-bulb'))

they all appear like this: image

yamatsum commented 2 years ago

@henryoliver It may have been solved by #15 , so can you update it and try again?

henryoliver commented 2 years ago

@yamatsum worked! All good!