fix(diffview): add devicons dependency

This commit is contained in:
Oliver Ladner 2024-09-25 12:17:54 +02:00
commit efd0a1fa52

View file

@ -3,4 +3,7 @@ return {
branch = "main",
--event = "VeryLazy",
opts = {},
dependencies = {
"nvim-tree/nvim-web-devicons",
},
}