lazy load diffview
This commit is contained in:
parent
1e8201cd13
commit
3272e4067f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user