finish indent markers properly

This commit is contained in:
kiyan42
2020-06-20 15:34:06 +02:00
parent 7988dd407c
commit 4f499d9e53
5 changed files with 30 additions and 25 deletions

View File

@@ -29,6 +29,7 @@ local function get_hl_groups()
local colors = get_colors()
return {
IndentMarker = { fg = '#90a4ae' },
Symlink = { gui = 'bold', fg = colors.cyan },
FolderIcon = { fg = '#90a4ae' },