From bb10c66f29cbf3c446186bf5a5f07dc1765d716a Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Wed, 10 Apr 2024 00:31:28 -0400 Subject: [PATCH] add silliness --- lua/plugins/init.lua | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 3c6c96b..eccd162 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -47,7 +47,27 @@ return { }, }, }, - -- { + + { + "nvim-tree/nvim-tree.lua", + opts = { + renderer = { + icons = { + glyphs = { + git = { -- this is so stupid lmao + unstaged = "😴", + staged = "😎", + unmerged = "😈", + untracked = "😭", + renamed = "😶", + deleted = "😵", + }, + }, + }, + }, + }, + }, + -- "nvim-treesitter/nvim-treesitter", -- opts = { -- ensure_installed = {