mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update
This commit is contained in:
parent
6f1d1cebe5
commit
d5d7c8f3f9
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@ local material_icon_ok, material_icon = pcall(require, "nvim-material-icon")
|
|||
if not material_icon_ok then
|
||||
return
|
||||
end
|
||||
material_icon.setup({
|
||||
override = {},
|
||||
})
|
||||
|
||||
web_devicons.setup({
|
||||
override = material_icon.get_icons(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue