This commit is contained in:
Ray Elliott 2024-05-20 12:02:36 +01:00
parent 54641988db
commit c7f1772d65
1 changed files with 2 additions and 9 deletions

View File

@ -847,15 +847,8 @@ local highlight_groups = {
IndentGuidesOdd = {bg = c_bg_hl},
IndentGuidesEven = {bg = c_bg_hl_strong},
--[[ 4.4.7. NERDTree ]]
NERDTreeCWD = 'Label',
NERDTreeUp = 'Operator',
NERDTreeDir = 'Directory',
NERDTreeDirSlash = 'Delimiter',
NERDTreeOpenable = 'NERDTreeDir',
NERDTreeClosable = 'NERDTreeOpenable',
NERDTreeExecFile = 'Function',
NERDTreeLinkTarget = 'Tag',
--[[ 4.4.7. Netrw ]]
netrwMarkFile = 'Search',
--[[ 4.4.8. nvim-treesitter ]]
TSConstBuiltin = 'Constant',