add file highlight for git attributes and remove the space before the git icon

This commit is contained in:
kiyan42
2020-08-02 11:34:43 +02:00
parent c552a4f4f5
commit a25ac38db1
6 changed files with 80 additions and 15 deletions

View File

@@ -105,7 +105,11 @@ local function get_links()
CursorLine = 'CursorLine',
VertSplit = 'VertSplit',
CursorColumn = 'CursorColumn',
FolderDirty = 'LuaTreeFolderName'
FileDirty = 'LuaTreeGitDirty',
FileNew = 'LuaTreeGitNew',
FileRenamed = 'LuaTreeGitRenamed',
FileMerge = 'LuaTreeGitMerge',
FileStaged = 'LuaTreeGitStaged',
}
end