Skip to content

Commit

Permalink
fix(#2415): disambiguate highlight groups, see :help nvim-tree-highli…
Browse files Browse the repository at this point in the history
…ght-overhaul
  • Loading branch information
alex-courtis committed Jan 22, 2024
1 parent 332435e commit 1a7cb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/nvim-tree-lua.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ File Text: >
NvimTreeSymlink ModeMsg
<
Folder Text: >
NvimTreeRootFolder PreProc
NvimTreeRootFolder Title
NvimTreeFolderName Directory
NvimTreeEmptyFolderName Directory
NvimTreeOpenedFolderName Directory
Expand Down Expand Up @@ -2395,6 +2395,7 @@ Diagnostics Folder Highlight: >

2024-01-22: disambiguate highlights sharing groups:

- NvimTreeRootFolder PreProc -> Title
- NvimTreeModified* Constant -> Type
- NvimTreeOpenedHL Constant -> Special
- NvimTreeBookmarkIcon Constant -> SpecialKey
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-tree/appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local DEFAULT_LINKS = {
NvimTreeSymlink = "ModeMsg",

-- Folder Text
NvimTreeRootFolder = "PreProc",
NvimTreeRootFolder = "Title",
NvimTreeFolderName = "Directory",
NvimTreeEmptyFolderName = "Directory",
NvimTreeOpenedFolderName = "Directory",
Expand Down

0 comments on commit 1a7cb44

Please sign in to comment.