nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlight groups in help/doc

adrian5 opened this issue · comments

  1. It looks like these aren't actually in use.
  2. Wouldn't it be clearer to list these as NvimTreeNormal, NvimTreeEndOfBuffer, etc.? That's what the user would likely override.
commented

Hi !
1 - what are 'these' you are talking about ? everything is used i believe.
2 - i'm not sure what you mean by these again 😄

Hehe, hello kyazdani42!

  1. I'm trying to remember (the file has changed so the line numbers no longer match). I'm pretty sure my link was pointing these, i.e.:
NvimTreeLuaIcon
NvimTreePythonIcon
NvimTreeShellIcon
NvimTreeJavascriptIcon
NvimTreeCIcon
NvimTreeReactIcon
NvimTreeHtmlIcon
NvimTreeRustIcon
NvimTreeVimIcon
NvimTreeTypescriptIcon

They don't appear to be in use anywhere unless I'm missing something.

  1. I don't think I can remember what that as about 😄
commented

good catch, these are very old and were replaced with nvim-web-devicons a long time ago. I'm removing this, thanks for pointing that out :)