update
This commit is contained in:
parent
54641988db
commit
c7f1772d65
|
@ -847,15 +847,8 @@ local highlight_groups = {
|
||||||
IndentGuidesOdd = {bg = c_bg_hl},
|
IndentGuidesOdd = {bg = c_bg_hl},
|
||||||
IndentGuidesEven = {bg = c_bg_hl_strong},
|
IndentGuidesEven = {bg = c_bg_hl_strong},
|
||||||
|
|
||||||
--[[ 4.4.7. NERDTree ]]
|
--[[ 4.4.7. Netrw ]]
|
||||||
NERDTreeCWD = 'Label',
|
netrwMarkFile = 'Search',
|
||||||
NERDTreeUp = 'Operator',
|
|
||||||
NERDTreeDir = 'Directory',
|
|
||||||
NERDTreeDirSlash = 'Delimiter',
|
|
||||||
NERDTreeOpenable = 'NERDTreeDir',
|
|
||||||
NERDTreeClosable = 'NERDTreeOpenable',
|
|
||||||
NERDTreeExecFile = 'Function',
|
|
||||||
NERDTreeLinkTarget = 'Tag',
|
|
||||||
|
|
||||||
--[[ 4.4.8. nvim-treesitter ]]
|
--[[ 4.4.8. nvim-treesitter ]]
|
||||||
TSConstBuiltin = 'Constant',
|
TSConstBuiltin = 'Constant',
|
||||||
|
|
Loading…
Reference in New Issue