mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 00:40:33 -07:00
Move plugins to their own files
This commit is contained in:
parent
95d38fef5d
commit
892a6f6ec0
6 changed files with 94 additions and 95 deletions
19
lua/plugins/nvim-tree.lua
Normal file
19
lua/plugins/nvim-tree.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
opts = {
|
||||
renderer = {
|
||||
icons = {
|
||||
glyphs = {
|
||||
git = { -- this is so stupid lmao
|
||||
unstaged = "😴",
|
||||
staged = "😎",
|
||||
unmerged = "😈",
|
||||
untracked = "😭",
|
||||
renamed = "😶",
|
||||
deleted = "😵",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue