File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ function M.setup(config_user)
288288 log .raw (" config" , " %s\n " , vim .inspect (config .g ))
289289 end
290290
291- require (" nvim-tree.appearance" ).define_hi ()
291+ require (" nvim-tree.appearance" ).set_hl ()
292292
293293 require (" nvim-tree.view-state" ).initialize ()
294294
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ M.LEGACY_LINKS = {
183183}
184184
185185--- Create all highlight groups and links. Idempotent.
186- function M .define_hi ()
186+ function M .set_hl ()
187187 -- non-linked
188188 for _ , g in ipairs (M .HIGHLIGHT_GROUPS ) do
189189 if g .def then
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function Explorer:create_autocmds()
8888 vim .api .nvim_create_autocmd (" ColorScheme" , {
8989 group = self .augroup_id ,
9090 callback = function ()
91- appearance .define_hi ()
91+ appearance .set_hl ()
9292 view .reset_winhl ()
9393 self .renderer :draw ()
9494 end ,
You can’t perform that action at this time.
0 commit comments