master #1

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

View File

@@ -220,11 +220,11 @@ return require('packer').startup(function()
},
config = get_setup('my_dap')
}
use {
'sindrets/diffview.nvim',
requires = 'nvim-lua/plenary.nvim',
config = get_setup('my_diffview')
}
use {
'sindrets/diffview.nvim',
requires = 'nvim-lua/plenary.nvim',
config = get_setup('my_diffview')
}
if packer_bootstrap then
require('packer').sync()
end