From bfa214de1702ee829e7052e9c1038c2e87429264 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 16 Jul 2023 08:39:06 +0200 Subject: [PATCH] fix(neo-tree): remove nerd font v3 icons --- lua/lazyvim/plugins/editor.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 94a2ff2f..d334e376 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -57,16 +57,6 @@ return { expander_expanded = "", expander_highlight = "NeoTreeExpander", }, - icon = { - folder_empty = "󰜌", - folder_empty_open = "󰜌", - }, - git_status = { - symbols = { - renamed = "󰁕", - unstaged = "󰄱", - }, - }, }, }, config = function(_, opts)