This reverts commit 34af2d22ad.
This commit is contained in:
@@ -3,8 +3,8 @@ local M = {}
|
|||||||
function M.get_icon_state()
|
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 show_icons = vim.g.nvim_tree_show_icons or { git = 1, folders = 1, files = 1, folder_arrows = 1 }
|
||||||
local icons = {
|
local icons = {
|
||||||
default = '',
|
default = "",
|
||||||
symlink = '',
|
symlink = "",
|
||||||
git_icons = {
|
git_icons = {
|
||||||
unstaged = "✗",
|
unstaged = "✗",
|
||||||
staged = "✓",
|
staged = "✓",
|
||||||
|
|||||||
Reference in New Issue
Block a user