mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
15 lines
275 B
Lua
15 lines
275 B
Lua
return {
|
|
'nvim-tree/nvim-web-devicons',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
override = {
|
|
zsh = {
|
|
icon = '',
|
|
color = '#428850',
|
|
name = 'Zsh',
|
|
},
|
|
},
|
|
default = true,
|
|
}
|
|
}
|