chore: add more sensible defaults for icons

adds a symlink and default icon by default
fixes #1192
This commit is contained in:
kiyan
2022-04-24 11:29:03 +02:00
parent 2bf6241989
commit 2c46464226
3 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ local M = {}
function M.get_config()
local show_icons = vim.g.nvim_tree_show_icons or { git = 1, folders = 1, files = 1, folder_arrows = 1 }
local icons = {
default = "",
symlink = "",
default = "",
symlink = "",
git_icons = {
unstaged = "",
staged = "",