Deleted a bunch of stuff I didn't need from nvim config
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
'sindrets/diffview.nvim',
|
||||
cmd = { 'DiffviewOpen', 'DiffviewClose', 'DiffviewFileHistory' },
|
||||
keys = {
|
||||
{ '<leader>gd', '<cmd>DiffviewOpen<cr>' },
|
||||
{ '<leader>gD', '<cmd>DiffviewOpen<cr>' },
|
||||
{ '<leader>gl', '<cmd>DiffviewFileHistory<cr>' },
|
||||
},
|
||||
opts = function()
|
||||
|
||||
Reference in New Issue
Block a user