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 = {