refactor: merge devicons-auto-colors config

This commit is contained in:
2024-12-16 11:16:05 -05:00
parent 4a14744e4a
commit c2f856edab
2 changed files with 17 additions and 22 deletions
+17 -2
View File
@@ -1,7 +1,22 @@
return {
'nvim-tree/nvim-web-devicons',
dependencies = {
'rachartier/tiny-devicons-auto-colors.nvim',
{
'rachartier/tiny-devicons-auto-colors.nvim',
opts = {
cache = {
enabled = true,
path = vim.fn.stdpath('cache') .. '/tiny-devicons-auto-colors-cache.json',
},
precise_search = {
enabled = true,
iteration = 10,
precision = 20,
threshold = 23,
},
autoreload = true,
},
},
},
lazy = true,
opts = {
@@ -55,4 +70,4 @@ return {
},
},
},
}
}