From 0b99c9f788f04d658b4370c8f553542563cd3482 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 22 Jun 2023 10:34:25 +0200 Subject: [PATCH] fix(neo-tree): updated some icons to use Nerd Fonts v3. Fixes #957 --- lua/lazyvim/plugins/editor.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 541942aa..119bf6c1 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -56,6 +56,16 @@ return { expander_expanded = "", expander_highlight = "NeoTreeExpander", }, + icon = { + folder_empty = "󰜌", + folder_empty_open = "󰜌", + }, + git_status = { + symbols = { + renamed = "󰁕", + unstaged = "󰄱", + }, + }, }, }, config = function(_, opts)