master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3272e4067f - Show all commits

View File

@@ -254,7 +254,10 @@ return require('packer').startup(function()
use {
'sindrets/diffview.nvim',
requires = 'nvim-lua/plenary.nvim',
config = get_setup('my_diffview')
config = get_setup('my_diffview'),
opt = true,
cmd = 'DiffviewOpen',
module = { 'diffview', 'diffview.actions' }
}
if packer_bootstrap then
require('packer').sync()