From 1cb237fa78e63b80132cbb6a05f45eb074d3d934 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 18 May 2023 07:58:57 +0530 Subject: [PATCH] rm outdated icons --- lua/core/default_config.lua | 4 ++-- lua/plugins/configs/nvimtree.lua | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index ab71bfd..410e932 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -64,8 +64,8 @@ M.ui = { buttons = { { " Find File", "Spc f f", "Telescope find_files" }, - { " Recent Files", "Spc f o", "Telescope oldfiles" }, - { " Find Word", "Spc f w", "Telescope live_grep" }, + { "󰈚 Recent Files", "Spc f o", "Telescope oldfiles" }, + { "󰈭 Find Word", "Spc f w", "Telescope live_grep" }, { " Bookmarks", "Spc b m", "Telescope marks" }, { " Themes", "Spc t h", "Telescope themes" }, { " Mappings", "Spc c h", "NvCheatsheet" }, diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index 8dec11f..b4a8aee 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -52,11 +52,11 @@ local options = { symlink = "", folder = { default = "", - empty = "", - empty_open = "", + empty = "", + empty_open = "", open = "", - symlink = "", - symlink_open = "", + symlink = "", + symlink_open = "", arrow_open = "", arrow_closed = "", },