fix: use standard Directory highlight group (#139)
This commit is contained in:
parent
a5ff72a8da
commit
f180a9ffab
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ M._get_highlights = function()
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
name = "OilDir",
|
name = "OilDir",
|
||||||
link = "Special",
|
link = "Directory",
|
||||||
desc = "Directories in an oil buffer",
|
desc = "Directories in an oil buffer",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue