Revert "add icons for default and symlink (#649)" (#706)

This reverts commit 34af2d22ad.
This commit is contained in:
Kiyan 2021-10-08 19:33:55 +02:00 committed by GitHub
parent 08a29d350e
commit 6f8dc1d41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ local M = {}
function M.get_icon_state()
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 = "",