add webicons for diffview

This commit is contained in:
Thomas Ruoff
2025-09-24 14:32:29 +02:00
parent 8c31a26105
commit 414053d052

View File

@@ -18,5 +18,5 @@ return {
}, },
}, },
{ 'tpope/vim-rhubarb' }, { 'tpope/vim-rhubarb' },
{ 'sindrets/diffview.nvim' }, { 'sindrets/diffview.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' } },
} }