yamatsum / nvim-nonicons

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

completion and statusline config #3

Closed p00f closed 3 years ago

p00f commented 3 years ago

Can you share your completion and statusline configuration? Some of the icons aren't there in mapping.lua

yamatsum commented 3 years ago

this is my setting. I hope it helps https://github.com/yamatsum/mackup/blob/master/.config/nvim/lua/plugin/completion-nvim.lua https://github.com/yamatsum/mackup/blob/master/.config/nvim/lua/plugin/galaxyline.lua

Some of the icons aren't there in mapping.lua

Which icon is it?

p00f commented 3 years ago

operator, function etc (which you've used similar-looking icons for in your config). Thanks!

p00f commented 3 years ago

Can you also show which icons you've used for statusline diagnostics?

yamatsum commented 3 years ago

I use "package" icon at function. ("diff" is also at operator) https://octicons-primer.vercel.app/octicons/

yamatsum commented 3 years ago

I tried using "check", "alert", "stop" for diagnostics

p00f commented 3 years ago

Thanks!