update
This commit is contained in:
parent
54641988db
commit
c7f1772d65
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue