yamatsum / nvim-nonicons

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

`nvim-nonicons` not overriding `nvim-web-devicons` #19

Closed ndavd closed 2 years ago

ndavd commented 2 years ago

nvim --version:

NVIM v0.6.0-dev+508-g6acebb8b5
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

I have the nonicons font installed. I also have the following config:

  use {
    'yamatsum/nvim-nonicons',
    requires = {'kyazdani42/nvim-web-devicons'}
  }

But the icons show up as the regular devicons... for example from Telescope: image

I do know that the font is working and such because I get the correct icon if I do:

print(require'nvim-nonicons'.get("vim"))

image

yamatsum commented 2 years ago

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

ndavd commented 2 years ago

yes it works now. closing this