fix folder name links to hl-Directory
This commit is contained in:
@@ -8,7 +8,6 @@ local M = {}
|
|||||||
local function create_hl()
|
local function create_hl()
|
||||||
return {
|
return {
|
||||||
Symlink = { gui = 'bold', fg = colors.cyan },
|
Symlink = { gui = 'bold', fg = colors.cyan },
|
||||||
FolderName = { gui = 'bold', fg = colors.blue },
|
|
||||||
FolderIcon = { fg = '#90a4ae' },
|
FolderIcon = { fg = '#90a4ae' },
|
||||||
|
|
||||||
ExecFile = { gui = 'bold', fg = colors.green },
|
ExecFile = { gui = 'bold', fg = colors.green },
|
||||||
@@ -43,6 +42,7 @@ end
|
|||||||
local HIGHLIGHTS = create_hl()
|
local HIGHLIGHTS = create_hl()
|
||||||
|
|
||||||
local LINKS = {
|
local LINKS = {
|
||||||
|
FolderName = 'Directory',
|
||||||
Normal = 'Normal',
|
Normal = 'Normal',
|
||||||
EndOfBuffer = 'EndOfBuffer',
|
EndOfBuffer = 'EndOfBuffer',
|
||||||
CursorLine = 'CursorLine',
|
CursorLine = 'CursorLine',
|
||||||
|
|||||||
Reference in New Issue
Block a user