mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
14
nvim/lua/plugins/devicons.lua
Normal file
14
nvim/lua/plugins/devicons.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
override = {
|
||||
zsh = {
|
||||
icon = '',
|
||||
color = '#428850',
|
||||
name = 'Zsh',
|
||||
},
|
||||
},
|
||||
default = true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user