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

@@ -100,7 +100,13 @@ when no icon is found for a file.
\ 'untracked': "★"
\ }
\ }
<
|g:lua_tree_git_hl| *g:lua_tree_git_hl*
You can enable file highlight for git attributes by setting this property.
This can be used with or without the icons.
|g:lua_tree_follow| *g:lua_tree_follow*
Can be `0` or `1`. When `1`, will update the cursor to update to the correct
@@ -231,6 +237,7 @@ LuaTreeImageFile
LuaTreeMarkdownFile
LuaTreeIndentMarker
<<<<<<< HEAD
LuaTreeLicenseIcon
LuaTreeYamlIcon
LuaTreeTomlIcon
@@ -262,5 +269,14 @@ CursorLine
VertSplit
CursorColumn
There are also links for file highlight with git properties
These all link to there Git equivalent
LuaTreeFileDirty
LuaTreeFileStaged
LuaTreeFileMerge
LuaTreeFileNew
LuaTreeFileRenamed
vim:tw=78:ts=8:noet:ft=help:norl: