Skip to content

Commit afc86a9

Browse files
committed
fix folder name links to hl-Directory
1 parent e1fbabf commit afc86a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lib/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ local M = {}
88
local function create_hl()
99
return {
1010
Symlink = { gui = 'bold', fg = colors.cyan },
11-
FolderName = { gui = 'bold', fg = colors.blue },
1211
FolderIcon = { fg = '#90a4ae' },
1312

1413
ExecFile = { gui = 'bold', fg = colors.green },
@@ -43,6 +42,7 @@ end
4342
local HIGHLIGHTS = create_hl()
4443

4544
local LINKS = {
45+
FolderName = 'Directory',
4646
Normal = 'Normal',
4747
EndOfBuffer = 'EndOfBuffer',
4848
CursorLine = 'CursorLine',

0 commit comments

Comments
 (0)