use better icons
This commit is contained in:
parent
163118bf03
commit
13671ecf1b
3 changed files with 2 additions and 26 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue