simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 100 forks source link

Update nerd fonts to 3.0 #225

Open anstadnik opened 1 year ago

anstadnik commented 1 year ago

After https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0 certain icons were deprecated.

vinnydiehl commented 1 year ago

Thanks for this, I was about to do this myself but my spidey sense was tingling and I checked the PRs. I'd love to see this merged, we would need to update a few more documents:

󰁔 lua  grep -rn  .                                               
./symbols-outline.nvim/doc/symbols-outline.txt:90:        Module = { icon = "", hl = "@namespace" },
./symbols-outline.nvim/lua/symbols-outline/config.lua:42:    Module = { icon = '', hl = '@namespace' },
./symbols-outline.nvim/README.md:68:    Module = { icon = "", hl = "@namespace" },

Is this something you're willing to take on, or would you like some help?

anstadnik commented 1 year ago

Done. Not sure about merging though, I assume @simrat39 is not active