Merge pull request #71 from stsewd/allow-align-icons

Icons: allow setting a string as file icon
This commit is contained in:
Kiyan Yazdani
2020-08-02 18:50:42 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ local M = {}
function M.get_icon_state()
local show_icons = vim.g.lua_tree_show_icons or { git = 1, folders = 1, files = 1 }
local icons = {
default = nil,
default = "",
git_icons = {
unstaged = "",
staged = "",