add silliness

main
Gabe Farrell 2 years ago
parent 84fcaa87fa
commit bb10c66f29

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

Loading…
Cancel
Save