use better icons

This commit is contained in:
Barrett Ruth 2026-02-14 17:18:31 -05:00
parent 163118bf03
commit 13671ecf1b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 2 additions and 26 deletions

View file

@ -61,10 +61,6 @@ return {
{
dir = '~/dev/diffs.nvim',
enabled = true,
dependencies = {
'NeogitOrg/neogit',
'sindrets/diffview.nvim',
},
init = function()
vim.g.diffs = {
fugitive = true,
@ -83,23 +79,6 @@ return {
}
end,
},
{
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim',
'sindrets/diffview.nvim',
},
cmd = 'Neogit',
opts = {
integrations = {
diffview = true,
},
},
},
{
'sindrets/diffview.nvim',
cmd = { 'DiffviewOpen', 'DiffviewFileHistory' },
},
{
'ibhagwan/fzf-lua',
keys = {