初始化dotfiles
This commit is contained in:
16
nvim/lua/plugins/devicons.lua
Normal file
16
nvim/lua/plugins/devicons.lua
Normal file
@ -0,0 +1,16 @@
|
||||
-- ============================================================================
|
||||
-- 图标支持 (nvim-web-devicons)
|
||||
-- 为 oil、telescope、状态栏等提供文件类型图标
|
||||
-- ============================================================================
|
||||
|
||||
return {
|
||||
{
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
lazy = true,
|
||||
opts = {
|
||||
override = {
|
||||
rs = { icon = "", color = "#dea584", name = "Rust" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user