mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-14 09:45:58 -07:00
add silliness
This commit is contained in:
parent
84fcaa87fa
commit
bb10c66f29
1 changed files with 21 additions and 1 deletions
|
|
@ -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",
|
-- "nvim-treesitter/nvim-treesitter",
|
||||||
-- opts = {
|
-- opts = {
|
||||||
-- ensure_installed = {
|
-- ensure_installed = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue